Searched refs:ChDir (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-options_test.cc131 posix::ChDir("..");
138 posix::ChDir(original_working_dir_.string().c_str());
H A Dgtest-filepath_test.cc90 posix::ChDir(GTEST_PATH_SEP_);
92 posix::ChDir(original_dir.c_str());
H A Dgtest-death-test_test.cc136 posix::ChDir(original_dir_.c_str());
359 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2360 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2365 inline int ChDir(const char* dir) { return chdir(dir); } function in namespace:testing::internal::posix

Completed in 26 milliseconds