Home
last modified time | relevance | path

Searched defs:total_bytes (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Dupdate_attempter_android_unittest.cc185 int64_t total_bytes[kNumDownloadSources] = {}; in TEST_F() local
Dmetrics_reporter_omaha.cc409 int64_t total_bytes = 0; in ReportSuccessfulUpdateMetrics() local
Dpayload_state.cc731 int64_t total_bytes = 0; in CollectAndReportSuccessfulUpdateMetrics() local
Dpayload_state_unittest.cc903 int64_t total_bytes[kNumDownloadSources] = {}; in TEST() local
/system/core/debuggerd/libdebuggerd/
Dutility.cpp206 size_t total_bytes = start + bytes; in dump_memory() local
/system/memory/libmeminfo/
Dprocmeminfo.cpp355 size_t total_bytes = page_cache.size() * sizeof(uint64_t); in ReadVmaStats() local
/system/gsid/
Dgsi_service.cpp199 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()