Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dinternal_linux.cc53 bool ReadProcFile(const FilePath& file, std::string* buffer) { in ReadProcFile() function
67 return ReadProcFile(stat_file, buffer); in ReadProcStats()
160 if (!ReadProcFile(path, &contents)) in GetBootTime()