Home
last modified time | relevance | path

Searched refs:testInputZip (Results 1 – 1 of 1) sorted by relevance

/build/soong/cmd/merge_zips/
Dmerge_zips_test.go54 type testInputZip struct { struct
60 func (tiz *testInputZip) Name() string { argument
64 func (tiz *testInputZip) Open() error { argument
71 func (tiz *testInputZip) Close() error { argument
76 func (tiz *testInputZip) Entries() []*zip.File { argument
83 func (tiz *testInputZip) IsOpen() bool { argument
245 inputZips[i] = &testInputZip{name: "in" + strconv.Itoa(i), entries: in}