Searched refs:stat (Results 1 – 12 of 12) sorted by relevance
52 struct stat st; in FileExists()53 if (stat(name, &st) == 0) { in FileExists()61 struct stat st; in DirectoryExists()62 if (stat(name, &st) == 0) { in DirectoryExists()
34 struct stat exec_st; in CheckToolsExist()36 if (stat(exec_path.c_str(), &exec_st) != 0) { in CheckToolsExist()
797 struct stat st; in LoadFile()798 int err = stat(fileName.c_str(), &st); in LoadFile()
367 struct stat s; in ClearDirectory()
569 struct stat stat_src; in CopyProfileFile()
217 struct stat sbuf; in OpenFile()
63 void RecordStat(MethodCompilationStat stat, size_t count = 1) {64 compile_stats_[stat] += count;95 std::string PrintMethodCompilationStat(int stat) const { in PrintMethodCompilationStat() argument96 switch (stat) { in PrintMethodCompilationStat()
43 struct stat fstat_stat; in Init()49 struct stat stat_stat; in Init()50 int stat_result = TEMP_FAILURE_RETRY(stat(filename, &stat_stat)); in Init()
260 struct stat st; in native_bridge_initialize()262 && (stat(app_code_cache_dir, &st) == 0) in native_bridge_initialize()
448 struct stat buf; in FileExists()449 return stat(copy.c_str(), &buf) == 0; in FileExists()
158 struct stat s; in GetLength()
99 struct stat sts; in DumpImageDiff()102 if (stat(proc_pid_str.c_str(), &sts) == -1) { in DumpImageDiff()