Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go170 type zipEntry struct { struct
171 path zipEntryPath
172 content *zip.File
175 func (ze zipEntry) String() string {
179 func (ze zipEntry) IsDir() bool {
183 func (ze zipEntry) CRC32() uint32 {
187 func (ze zipEntry) Size() uint64 {
191 func (ze zipEntry) WriteToZip(dest string, zw *zip.Writer) error {
/build/soong/zip/
Dzip.go198 type zipEntry struct { struct
199 fh *zip.FileHeader
202 futureReaders chan chan io.Reader
206 allocatedSize int64