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.h96 uint32_t compressed_length; member
/system/core/libziparchive/
Dzip_archive_test.cc740 const uint32_t compressed_length = kATxtContentsCompressed.size(); in TEST() local
Dzip_archive.cc958 int32_t Inflate(const Reader& reader, const uint32_t compressed_length, in Inflate()