Home
last modified time | relevance | path

Searched defs:uncompressed_length (Results 1 – 3 of 3) sorted by relevance

/system/libziparchive/
Dziptool.cpp246 auto uncompressed_length = static_cast<size_t>(entry.uncompressed_length); in ExtractToPipe() local
Dzip_archive.cc1260 const uint64_t uncompressed_length, in inflateImpl()
1671 const uint64_t uncompressed_length, Writer* writer, in Inflate()
Dzip_archive_test.cc937 const uint32_t uncompressed_length = static_cast<uint32_t>(kATxtContents.size()); in TEST() local