Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive.cc1451 uint64_t total_output = 0; in inflateImpl() local
1485 total_output += write_span.size() - zstream.avail_out; in inflateImpl()
1511 if (total_output != uncompressed_length || remaining_bytes != 0) { in inflateImpl()