Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc206 int64_t total_bytes[kNumDownloadSources] = {}; in TEST_F() local
/system/memory/libmeminfo/
Dprocmeminfo.cpp468 size_t total_bytes = page_cache.size() * sizeof(uint64_t); in ReadVmaStats() local
/system/gsid/
Dgsi_service.cpp270 void GsiService::StartAsyncOperation(const std::string& step, int64_t total_bytes) { in StartAsyncOperation()