Lines Matching full:stat_file
40 FilePath stat_file("/proc");
41 stat_file = stat_file.Append(base::IntToString(pid));
42 stat_file = stat_file.Append("stat");
44 if (!file_util::ReadFileToString(stat_file, &mem_stats))
112 FilePath stat_file("/proc");
113 stat_file = stat_file.Append(base::IntToString(process));
114 stat_file = stat_file.Append("status");
116 if (!file_util::ReadFileToString(stat_file, &status))
144 FilePath stat_file("/proc");
145 stat_file = stat_file.Append(base::IntToString(process));
146 stat_file = stat_file.Append("exe");
148 if (!file_util::ReadSymbolicLink(stat_file, &exe_name)) {