Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_metrics_linux.cc44 uint64_t ReadFileToUint64(const FilePath& file) { in ReadFileToUint64() function
897 ReadFileToUint64(zram_path.Append("orig_data_size")); in ParseZramPath()
902 swap_info->num_reads = ReadFileToUint64(zram_path.Append("num_reads")); in ParseZramPath()
903 swap_info->num_writes = ReadFileToUint64(zram_path.Append("num_writes")); in ParseZramPath()
905 ReadFileToUint64(zram_path.Append("compr_data_size")); in ParseZramPath()
907 ReadFileToUint64(zram_path.Append("mem_used_total")); in ParseZramPath()
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_metrics_linux.cc51 uint64_t ReadFileToUint64(const FilePath& file) { in ReadFileToUint64() function
767 ReadFileToUint64(zram_path.Append("orig_data_size")); in ParseZramPath()
772 swap_info->num_reads = ReadFileToUint64(zram_path.Append("num_reads")); in ParseZramPath()
773 swap_info->num_writes = ReadFileToUint64(zram_path.Append("num_writes")); in ParseZramPath()
775 ReadFileToUint64(zram_path.Append("compr_data_size")); in ParseZramPath()
777 ReadFileToUint64(zram_path.Append("mem_used_total")); in ParseZramPath()