Home
last modified time | relevance | path

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

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