Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dutility.cpp176 size_t total_bytes = start + bytes; local
184 if (current >= start && current + sizeof(uintptr_t) <= total_bytes) {
/system/update_engine/
Dmetrics.cc384 int64_t total_bytes = 0; in ReportSuccessfulUpdateMetrics() local
399 total_bytes += num_bytes_downloaded[i]; in ReportSuccessfulUpdateMetrics()
403 mbs = total_bytes / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
Dpayload_state.cc687 int64_t total_bytes = 0; in CollectAndReportSuccessfulUpdateMetrics() local
708 total_bytes += bytes; in CollectAndReportSuccessfulUpdateMetrics()
715 download_overhead_percentage = (total_bytes - successful_bytes) * 100ULL / in CollectAndReportSuccessfulUpdateMetrics()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc121 const size_t total_bytes) { in RemoveIdenticalBlockRanges() argument
157 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize)) in RemoveIdenticalBlockRanges()