Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/benchmarks/
DUtils.cpp65 uint64_t total_bytes = 0; in GetRSSBytes() local
/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc206 int64_t total_bytes[kNumDownloadSources] = {}; in TEST_F() local
/system/extras/pinner/
Dpintool.cpp33 uint64_t total_bytes = 0; in print_pinlist_summary() local
Dmeminspect.cpp138 int64_t total_bytes = get_file_size(probed_file); in probe_resident_memory() local
/system/memory/libmeminfo/
Dprocmeminfo.cpp493 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()