Searched refs:file_stat (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
243 posix::StatStruct file_stat; local
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
245 posix::IsDir(file_stat);
/gem5/src/sim/
H A Dsyscall_emul.hh1866 struct stat file_stat; local
1867 if (fstat(sim_fd, &file_stat) > 0)
1874 uint64_t size = std::min((uint64_t)file_stat.st_size - offset,

Completed in 9 milliseconds