Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_linux.cc335 FilePath totmaps_file = internal::GetProcPidDir(process_).Append("totmaps"); in GetTotalsSummary() local
337 bool ret = ReadFileToString(totmaps_file, &totmaps_data); in GetTotalsSummary()