Home
last modified time | relevance | path

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

/system/libziparchive/
Dziptool.cpp117 static float CompressionRatio(int64_t uncompressed, int64_t compressed) { in CompressionRatio() function
154 CompressionRatio(total_uncompressed_length, total_compressed_length), file_count, in MaybeShowFooter()
178 CompressionRatio(total_uncompressed_length, total_compressed_length)); in MaybeShowFooter()
315 CompressionRatio(entry.uncompressed_length, entry.compressed_length), time, entry.crc32, in ListOne()