Searched refs:stat (Results 26 - 35 of 35) sorted by relevance

12

/gem5/util/m5/
H A Dm5.c56 #include <sys/stat.h>
/gem5/src/sim/
H A Dserialize.cc50 #include <sys/stat.h>
69 // For stat reset hack
H A Dsyscall_emul.hh81 #include <sys/stat.h>
528 typedef struct stat hst_stat;
529 typedef struct stat hst_stat64;
531 typedef struct stat hst_stat;
535 //// Helper function to convert a host stat buffer to a target stat
537 //// memory space. Used by stat(), fstat(), and lstat().
1236 /// Target stat() handler.
1254 struct stat hostBuf;
1255 int result = stat(pat
[all...]
/gem5/util/stats/
H A Dprofile.py287 def get(self, job, stat, system=None):
485 output.stat = name
/gem5/src/base/loader/
H A Delf_object.cc48 #include <sys/stat.h>
249 struct stat sb;
/gem5/src/cpu/kvm/
H A Dvm.cc46 #include <sys/stat.h>
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h266 # include <sys/stat.h>
391 // namespace (read, write, close, chdir, isatty, stat). We do not currently
2338 typedef struct stat StatStruct;
2342 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/gem5/src/base/vnc/
H A Dvncserver.cc46 #include <sys/stat.h>
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc43 # include <sys/stat.h>
111 (Message() << "/proc/" << getpid() << "/stat").GetString();
H A Dgtest.cc93 # include <sys/stat.h> // NOLINT

Completed in 58 milliseconds

12