Searched refs:Stat (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc42 using ::testing::internal::posix::Stat;
52 return Stat(filepath, &stat) == 0;
/gem5/src/arch/mips/
H A Dutility.hh77 RegVal Stat = tc->readMiscReg(MISCREG_STATUS); local
80 if ((Stat & 0x10000006) == 0 && // EXL, ERL or CU0 set, CP0 accessible
82 (Stat & 0x00000018) != 0) { // KSU = 0, kernel mode is base mode
/gem5/src/base/
H A Dstatistics.hh96 template <class Stat, class Base>
100 Stat &s;
103 InfoProxy(Stat &stat) : s(stat) {}
116 template <class Stat>
117 class ScalarInfoProxy : public InfoProxy<Stat, ScalarInfo>
120 ScalarInfoProxy(Stat &stat) : InfoProxy<Stat, ScalarInfo>(stat) {}
127 template <class Stat>
128 class VectorInfoProxy : public InfoProxy<Stat, VectorInfo>
135 VectorInfoProxy(Stat
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2325 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2329 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
2342 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }

Completed in 18 milliseconds