Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dandroid.go72 b.uint32(fh.UncompressedSize)
194 fh.UncompressedSize = uint32max
198 fh.UncompressedSize = uint32(fh.UncompressedSize64)
220 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)
289 uncompressedSize = h.UncompressedSize
363 fh.UncompressedSize = uint32max
367 fh.UncompressedSize = uint32(fh.UncompressedSize64)
391 b.uint32(fh.UncompressedSize)
Dzip_test.go75 if got, want := fh2.UncompressedSize, wantUncompressedSize; got != want {
96 UncompressedSize: 987654321,
100 testHeaderRoundTrip(fh, fh.UncompressedSize, uint64(fh.UncompressedSize), t)
327 if got, want := f0.UncompressedSize, uint32(uint32max); got != want {
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.go743 fileSize = int64(header.UncompressedSize)