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

/system/core/debuggerd/
H A Dutility.cpp181 size_t total_bytes = start + bytes; local
189 if (current >= start && current + sizeof(uintptr_t) <= total_bytes) {
/system/connectivity/shill/net/
H A Dnetlink_message.cc255 int total_bytes = message_body_.GetLength(); local
258 string output = StringPrintf("%d bytes:", total_bytes);
259 for (int i = 0; i < total_bytes; ++i) {
H A Dnetlink_attribute.cc1065 int total_bytes = data_.GetLength(); local
1068 *output = StringPrintf("%d bytes:", total_bytes);
1069 for (int i = 0; i < total_bytes; ++i) {
/system/update_engine/
H A Dmetrics.cc384 int64_t total_bytes = 0; local
399 total_bytes += num_bytes_downloaded[i];
403 mbs = total_bytes / kNumBytesInOneMiB;
H A Dpayload_state.cc671 int64_t total_bytes = 0; local
692 total_bytes += bytes;
699 download_overhead_percentage = (total_bytes - successful_bytes) * 100ULL /
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc105 // MOVE operations. The value of |total_bytes| indicates the actual length of
111 const size_t total_bytes) {
150 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize))
109 RemoveIdenticalBlockRanges(vector<Extent>* src_extents, vector<Extent>* dst_extents, const size_t total_bytes) argument

Completed in 477 milliseconds