Home
last modified time | relevance | path

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

/system/update_engine/lz4diff/
Dlz4diff_format.h57 uint64_t uncompressed_length; member
Dlz4diff.proto35 uint64 uncompressed_length = 2; field
/system/libziparchive/
Dziptool.cpp246 auto uncompressed_length = static_cast<size_t>(entry.uncompressed_length); in ExtractToPipe() local
Dzip_archive.cc1393 const uint64_t uncompressed_length, in inflateImpl()
1878 const uint64_t uncompressed_length, Writer* writer, in Inflate()
Dzip_archive_test.cc951 const uint32_t uncompressed_length = static_cast<uint32_t>(kATxtContents.size()); in TEST() local