Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go58 type ZipEntryFromZip struct { struct
67 func NewZipEntryFromZip(inputZip InputZip, entryIndex int) *ZipEntryFromZip {
69 newEntry := ZipEntryFromZip{inputZip: inputZip,
79 func (ze ZipEntryFromZip) String() string { argument
83 func (ze ZipEntryFromZip) IsDir() bool { argument
87 func (ze ZipEntryFromZip) CRC32() uint32 { argument
91 func (ze ZipEntryFromZip) Size() uint64 { argument
95 func (ze ZipEntryFromZip) WriteToZip(dest string, zw *zip.Writer) error { argument