Home
last modified time | relevance | path

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

/system/core/libziparchive/include/ziparchive/
Dzip_archive.h95 uint32_t compressed_length; member
/system/core/libziparchive/
Dzip_archive.cc902 int32_t Inflate(const Reader& reader, const uint32_t compressed_length, in Inflate()
Dzip_archive_test.cc742 const uint32_t compressed_length = kATxtContentsCompressed.size(); in TEST() local