Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dandroid.go54 io.Copy(w.cw, io.NewSectionReader(orig.zipr, dataOffset, int64(orig.CompressedSize64)))
68 b.uint64(fh.CompressedSize64)
190 fh.CompressedSize64 = uint64(w.compCount.count)
197 fh.CompressedSize = uint32(fh.CompressedSize64)
216 b.uint64(fh.CompressedSize64)
Dwriter.go94 eb.uint64(h.CompressedSize64)
279 if h.CompressedSize64 > uint32max || h.UncompressedSize64 > uint32max {
282 compressedSize := uint32(h.CompressedSize64)
358 fh.CompressedSize64 = uint64(w.compCount.count)
366 fh.CompressedSize = uint32(fh.CompressedSize64)
387 b.uint64(fh.CompressedSize64)
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.go544 op.fh.CompressedSize64 = op.fh.UncompressedSize64