HomeSort by relevance Sort by last modified time
    Searched full:file_as_string (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/process/
process_metrics_linux.cc 40 std::string file_as_string; local
41 if (!ReadFileToString(file, &file_as_string))
43 TrimWhitespaceASCII(file_as_string, TRIM_ALL, &file_as_string);
45 if (!StringToUint64(file_as_string, &file_as_uint64))

Completed in 73 milliseconds