Home
last modified time | relevance | path

Searched refs:total_compressed_length (Results 1 – 1 of 1) sorted by relevance

/system/libziparchive/
Dziptool.cpp66 static uint64_t total_compressed_length = 0; variable
149 total_uncompressed_length, total_compressed_length, in MaybeShowFooter()
150 CompressionRatio(total_uncompressed_length, total_compressed_length), file_count, in MaybeShowFooter()
161 file_count, total_uncompressed_length, total_compressed_length, in MaybeShowFooter()
162 CompressionRatio(total_uncompressed_length, total_compressed_length)); in MaybeShowFooter()
357 total_compressed_length += entry.compressed_length; in ProcessOne()