Home
last modified time | relevance | path

Searched defs:testZipEntry (Results 1 – 1 of 1) sorted by relevance

/build/soong/cmd/merge_zips/
Dmerge_zips_test.go30 type testZipEntry struct { struct
31 name string
32 mode os.FileMode
33 data []byte
34 method uint16
300 func testZipEntriesToBuf(entries []testZipEntry) []byte {
335 func testZipEntriesToZipReader(entries []testZipEntry) *zip.Reader {