Home
last modified time | relevance | path

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

/system/update_engine/lz4diff/
Dlz4diff_format.h56 uint64_t compressed_length; member
Dlz4diff.proto36 uint64 compressed_length = 3; field
/system/libziparchive/
Dzip_archive.cc1378 const uint64_t compressed_length, in inflateImpl()
1863 int32_t Inflate(const Reader& reader, const uint64_t compressed_length, in Inflate()
Dzip_archive_test.cc946 const uint32_t compressed_length = static_cast<uint32_t>(kATxtContentsCompressed.size()); in TEST() local