Home
last modified time | relevance | path

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

/system/core/metricsd/
Dmetrics_collector.cc389 const FilePath meminfo_path(kMeminfoFileName); in MeminfoCallback() local
390 if (!base::ReadFileToString(meminfo_path, &meminfo_raw)) { in MeminfoCallback()
391 LOG(WARNING) << "cannot read " << meminfo_path.value().c_str(); in MeminfoCallback()
595 const FilePath meminfo_path(kMeminfoFileName); in MemuseCallbackWork() local
596 if (!base::ReadFileToString(meminfo_path, &meminfo_raw)) { in MemuseCallbackWork()
597 LOG(WARNING) << "cannot read " << meminfo_path.value().c_str(); in MemuseCallbackWork()