Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dandroid.go52 fh.CompressedSize = uint32(fh.CompressedSize64)
80 b.uint32(fh.CompressedSize)
202 fh.CompressedSize = uint32max
206 fh.CompressedSize = uint32(fh.CompressedSize64)
228 b.uint32(fh.CompressedSize)
Dwriter.go98 b.uint32(h.CompressedSize)
288 compressedSize = h.CompressedSize
381 fh.CompressedSize = uint32max
385 fh.CompressedSize = uint32(fh.CompressedSize64)
409 b.uint32(fh.CompressedSize)
Dreader.go265 f.CompressedSize = b.uint32()
267 f.CompressedSize64 = uint64(f.CompressedSize)
284 needCSize := f.CompressedSize == ^uint32(0)
Dstruct.go84 CompressedSize uint32 // Deprecated: Use CompressedSize64 instead. member