Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dandroid.go53 fh.UncompressedSize = uint32(fh.UncompressedSize64)
81 b.uint32(fh.UncompressedSize)
203 fh.UncompressedSize = uint32max
207 fh.UncompressedSize = uint32(fh.UncompressedSize64)
229 b.uint32(fh.UncompressedSize)
Dstruct.go85 UncompressedSize uint32 // Deprecated: Use UncompressedSize64 instead. member
108 return int64(fi.fh.UncompressedSize)
129 fh.UncompressedSize = uint32max
131 fh.UncompressedSize = uint32(fh.UncompressedSize64)
Dwriter.go99 b.uint32(h.UncompressedSize)
293 uncompressedSize = h.UncompressedSize
382 fh.UncompressedSize = uint32max
386 fh.UncompressedSize = uint32(fh.UncompressedSize64)
410 b.uint32(fh.UncompressedSize)
Dreader.go266 f.UncompressedSize = b.uint32()
268 f.UncompressedSize64 = uint64(f.UncompressedSize)
283 needUSize := f.UncompressedSize == ^uint32(0)
Dreader_test.go384 size := uint64(f.UncompressedSize)
/build/soong/zip/
Dzip.go731 fileSize = int64(header.UncompressedSize)