Searched defs:stat_file (Results 1 – 13 of 13) sorted by relevance
71 FilePath stat_file = internal::GetProcPidDir(pid).Append(kStatFile); in ReadProcStats() local141 int64_t ReadStatFileAndGetFieldAsInt64(const FilePath& stat_file, in ReadStatFileAndGetFieldAsInt64()153 FilePath stat_file = internal::GetProcPidDir(pid).Append(kStatFile); in ReadProcStatsAndGetFieldAsInt64() local158 FilePath stat_file = FilePath(kProcDir).Append("self").Append(kStatFile); in ReadProcSelfStatsAndGetFieldAsInt64() local
30 FilePath stat_file = internal::GetProcPidDir(process).Append("exe"); in GetProcessExecutablePath() local
80 FilePath stat_file = internalAIX::GetProcPidDir(pid).Append(kStatFile); in ReadProcStats() local
156 FilePath stat_file = internal::GetProcPidDir(pid).Append(kStatFile); in ReadProcStats() local233 int64_t ReadStatFileAndGetFieldAsInt64(const FilePath& stat_file, in ReadStatFileAndGetFieldAsInt64()245 FilePath stat_file = internal::GetProcPidDir(pid).Append(kStatFile); in ReadProcStatsAndGetFieldAsInt64() local250 FilePath stat_file = FilePath(kProcDir).Append("self").Append(kStatFile); in ReadProcSelfStatsAndGetFieldAsInt64() local
33 FilePath stat_file = internal::GetProcPidDir(process).Append("exe"); in GetProcessExecutablePath() local
78 FilePath stat_file = internalAIX::GetProcPidDir(pid).Append(kStatFile); in ReadProcStats() local
43 # define stat_file stat64 macro51 # define stat_file stat macro
45 static int stat_file(const char *fn) in stat_file() function
47 static int stat_file(const char *buf) in stat_file() function
50 static int stat_file(const char *buf) in stat_file() function
199 std::string stat_file = std::string(tmp_dir.path) + "/stat"; in TEST() local
189 inline int stat_file(const wchar_t* path, StatT* buf, DWORD flags) { in stat_file() function
73 static int stat_file(const char *path, StatT *buf, int flags) { in stat_file() function