Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dandroid.go52 fh.CompressedSize = uint32(fh.CompressedSize64)
63 io.Copy(w.cw, io.NewSectionReader(orig.zipr, dataOffset, int64(orig.CompressedSize64)))
77 b.uint64(fh.CompressedSize64)
199 fh.CompressedSize64 = uint64(w.compCount.count)
206 fh.CompressedSize = uint32(fh.CompressedSize64)
225 b.uint64(fh.CompressedSize64)
Dwriter.go94 eb.uint64(h.CompressedSize64)
286 compressedSize := uint32(h.CompressedSize64)
296 if h.CompressedSize64 > uint32max || h.UncompressedSize64 > uint32max {
307 eb.uint64(h.CompressedSize64)
377 fh.CompressedSize64 = uint64(w.compCount.count)
385 fh.CompressedSize = uint32(fh.CompressedSize64)
406 b.uint64(fh.CompressedSize64)
Dandroid_test.go90 CompressedSize64: size,
135 if g, w := toZipReader.File[0].CompressedSize64, uint64(size); g != w {
157 CompressedSize64: size,
Dstruct.go86 CompressedSize64 uint64 member
238 return fh.CompressedSize64 >= uint32max || fh.UncompressedSize64 >= uint32max
Dreader.go161 size := int64(f.CompressedSize64)
267 f.CompressedSize64 = uint64(f.CompressedSize)
317 f.CompressedSize64 = eb.uint64()
/build/soong/cmd/zip2zip/
Dzip2zip.go224 fh.CompressedSize64 = fh.UncompressedSize64
/build/soong/zip/
Dzip.go530 op.fh.CompressedSize64 = op.fh.UncompressedSize64