Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnetlink_message.cc255 int total_bytes = message_body_.GetLength(); in Print() local
258 string output = StringPrintf("%d bytes:", total_bytes); in Print()
259 for (int i = 0; i < total_bytes; ++i) { in Print()
Dnetlink_attribute.cc1065 int total_bytes = data_.GetLength(); in ToString() local
1068 *output = StringPrintf("%d bytes:", total_bytes); in ToString()
1069 for (int i = 0; i < total_bytes; ++i) { in ToString()
/system/core/debuggerd/
Dutility.cpp181 size_t total_bytes = start + bytes; local
189 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.cc671 int64_t total_bytes = 0; in CollectAndReportSuccessfulUpdateMetrics() local
692 total_bytes += bytes; in CollectAndReportSuccessfulUpdateMetrics()
699 download_overhead_percentage = (total_bytes - successful_bytes) * 100ULL / in CollectAndReportSuccessfulUpdateMetrics()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc111 const size_t total_bytes) { in RemoveIdenticalBlockRanges() argument
150 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize)) in RemoveIdenticalBlockRanges()