Home
last modified time | relevance | path

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

/system/libziparchive/
Dziptool.cpp69 static size_t file_count = 0; variable
154 CompressionRatio(total_uncompressed_length, total_compressed_length), file_count, in MaybeShowFooter()
155 (file_count == 1) ? "" : "s"); in MaybeShowFooter()
160 total_uncompressed_length, file_count, (file_count == 1) ? "" : "s"); in MaybeShowFooter()
170 file_count, file_count == 1 ? "" : "s"); in MaybeShowFooter()
177 file_count, total_uncompressed_length, total_compressed_length, in MaybeShowFooter()
404 ++file_count; in ProcessOne()