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

/external/chromium_org/base/process/
H A Dinternal_linux.cc52 bool ReadProcFile(const FilePath& file, std::string* buffer) { function in namespace:base::internal
66 return ReadProcFile(stat_file, buffer);
160 if (!ReadProcFile(path, &contents))

Completed in 1419 milliseconds