Home
last modified time | relevance | path

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

/system/libziparchive/
Dziptool.cpp113 static float CompressionRatio(int64_t uncompressed, int64_t compressed) { in CompressionRatio() function
150 CompressionRatio(total_uncompressed_length, total_compressed_length), file_count, in MaybeShowFooter()
162 CompressionRatio(total_uncompressed_length, total_compressed_length)); in MaybeShowFooter()
272 CompressionRatio(entry.uncompressed_length, entry.compressed_length), time, entry.crc32, in ListOne()