HomeSort by relevance Sort by last modified time
    Searched refs:proc_io_contents (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
process_metrics_linux.cc 210 std::string proc_io_contents; local
212 if (!file_util::ReadFileToString(io_file, &proc_io_contents))
218 StringTokenizer tokenizer(proc_io_contents, ": \n");
  /external/chromium/base/
process_util_linux.cc 476 std::string proc_io_contents; local
480 if (!file_util::ReadFileToString(io_file, &proc_io_contents))
486 StringTokenizer tokenizer(proc_io_contents, ": \n");

Completed in 525 milliseconds