Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go56 type ZipEntryFromZip struct { struct
57 inputZip InputZip
58 index int
59 name string
60 isDir bool
61 crc32 uint32
62 size uint64
77 func (ze ZipEntryFromZip) String() string {
81 func (ze ZipEntryFromZip) IsDir() bool {
85 func (ze ZipEntryFromZip) CRC32() uint32 {
[all …]