Home
last modified time | relevance | path

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

/system/libziparchive/
Dziptool.cpp67 static uint64_t total_uncompressed_length = 0; variable
153 total_uncompressed_length, total_compressed_length, in MaybeShowFooter()
154 CompressionRatio(total_uncompressed_length, total_compressed_length), file_count, in MaybeShowFooter()
160 total_uncompressed_length, file_count, (file_count == 1) ? "" : "s"); in MaybeShowFooter()
177 file_count, total_uncompressed_length, total_compressed_length, in MaybeShowFooter()
178 CompressionRatio(total_uncompressed_length, total_compressed_length)); in MaybeShowFooter()
402 total_uncompressed_length += entry.uncompressed_length; in ProcessOne()