Searched refs:proc_io_contents (Results 1 – 1 of 1) sorted by relevance
262 std::string proc_io_contents; in GetIOCounters() local264 if (!ReadFileToString(io_file, &proc_io_contents)) in GetIOCounters()271 SplitStringIntoKeyValuePairs(proc_io_contents, ':', '\n', &pairs); in GetIOCounters()