Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_linux.cc597 bool ParseProcMeminfo(const std::string& meminfo_data, in ParseProcMeminfo() argument
614 meminfo_data, "\n", KEEP_WHITESPACE, SPLIT_WANT_NONEMPTY)) { in ParseProcMeminfo()
707 std::string meminfo_data; in GetSystemMemoryInfo() local
708 if (!ReadFileToString(meminfo_file, &meminfo_data)) { in GetSystemMemoryInfo()
713 if (!ParseProcMeminfo(meminfo_data, meminfo)) { in GetSystemMemoryInfo()