Home
last modified time | relevance | path

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

/system/update_engine/
Dmetrics_reporter_omaha.cc405 int64_t mbs = payload_size / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics() local
406 LOG(INFO) << "Uploading " << mbs << " (MiBs) for metric " << metric; in ReportSuccessfulUpdateMetrics()
408 mbs, in ReportSuccessfulUpdateMetrics()
427 mbs = num_bytes_downloaded[i] / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
429 if (mbs > 0) in ReportSuccessfulUpdateMetrics()
432 mbs = total_bytes / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
435 if (mbs > 0) { in ReportSuccessfulUpdateMetrics()
436 LOG(INFO) << "Uploading " << mbs << " (MiBs) for metric " << metric; in ReportSuccessfulUpdateMetrics()
438 mbs, in ReportSuccessfulUpdateMetrics()