Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go56 type ZipEntryFromZip struct { struct
65 func NewZipEntryFromZip(inputZip InputZip, entryIndex int) *ZipEntryFromZip {
67 newEntry := ZipEntryFromZip{inputZip: inputZip,
77 func (ze ZipEntryFromZip) String() string { argument
81 func (ze ZipEntryFromZip) IsDir() bool { argument
85 func (ze ZipEntryFromZip) CRC32() uint32 { argument
89 func (ze ZipEntryFromZip) Size() uint64 { argument
93 func (ze ZipEntryFromZip) WriteToZip(dest string, zw *zip.Writer) error { argument