Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go105 type ZipEntryFromBuffer struct { struct
106 fh *zip.FileHeader
107 content []byte
110 func (be ZipEntryFromBuffer) String() string {
114 func (be ZipEntryFromBuffer) IsDir() bool {
118 func (be ZipEntryFromBuffer) CRC32() uint32 {
122 func (be ZipEntryFromBuffer) Size() uint64 {
126 func (be ZipEntryFromBuffer) WriteToZip(dest string, zw *zip.Writer) error {