Home
last modified time | relevance | path

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

/system/update_engine/
Dmetrics.cc373 int64_t mbs; in ReportSuccessfulUpdateMetrics() local
376 mbs = payload_size / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
377 LOG(INFO) << "Uploading " << mbs << " (MiBs) for metric " << metric; in ReportSuccessfulUpdateMetrics()
379 mbs, in ReportSuccessfulUpdateMetrics()
398 mbs = num_bytes_downloaded[i] / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
400 if (mbs > 0) in ReportSuccessfulUpdateMetrics()
403 mbs = total_bytes / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
406 if (mbs > 0) { in ReportSuccessfulUpdateMetrics()
407 LOG(INFO) << "Uploading " << mbs << " (MiBs) for metric " << metric; in ReportSuccessfulUpdateMetrics()
409 mbs, in ReportSuccessfulUpdateMetrics()