Home
last modified time | relevance | path

Searched defs:compressed_length (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libziparchive/
H A Dzip_archive.cc1259 const uint64_t compressed_length, in inflateImpl()
1670 int32_t Inflate(const Reader& reader, const uint64_t compressed_length, in Inflate()
H A Dzip_archive_test.cc936 const uint32_t compressed_length = static_cast<uint32_t>(kATxtContentsCompressed.size()); in TEST() local