Searched refs:ZipWriter (Results 1 – 1 of 1) sorted by relevance
/build/soong/zip/ |
D | zip.go | 204 type ZipWriter struct { struct 263 z := &ZipWriter{ 436 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar, src… argument 580 func (z *ZipWriter) addFile(dest, src string, method uint16, emulateJar, srcJar bool) error { argument 676 func (z *ZipWriter) addManifest(dest string, src string, _ uint16) error { argument 712 func (z *ZipWriter) writeFileContents(header *zip.FileHeader, r pathtools.ReaderAtSeekerCloser) (er… argument 788 func (z *ZipWriter) crcFile(r io.Reader, ze *zipEntry, resultChan chan *zipEntry, wg *sync.WaitGrou… argument 804 func (z *ZipWriter) compressPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Rea… argument 818 func (z *ZipWriter) compressBlock(r io.Reader, dict []byte, last bool) (*bytes.Buffer, error) { argument 852 func (z *ZipWriter) compressWholeFile(ze *zipEntry, r io.ReadSeeker, compressChan chan *zipEntry) { argument [all …]
|