Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dcached_file_descriptor.cc55 auto bytes_to_cache = in Write() local
57 if (bytes_to_cache > 0) { // Which means |cache_| is still have some space. in Write()
60 bytes_to_cache); in Write()
61 total_bytes_wrote += bytes_to_cache; in Write()
62 bytes_cached_ += bytes_to_cache; in Write()