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

12

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-options_test.cc130 posix::ChDir("..");
137 posix::ChDir(original_working_dir_.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.cc138 posix::ChDir(original_dir_.c_str());
366 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
/external/googletest/googletest/test/
H A Dgtest-options_test.cc137 posix::ChDir("..");
144 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_); }
/external/protobuf/gtest/test/
H A Dgtest-options_test.cc130 posix::ChDir("..");
137 posix::ChDir(original_working_dir_.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.cc128 posix::ChDir(original_dir_.c_str());
352 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
/external/v8/testing/gtest/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_); }
/external/vulkan-validation-layers/tests/gtest-1.7.0/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());
364 void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); }
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1336 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1341 inline int ChDir(const char* dir) { return chdir(dir); } function in namespace:testing::internal::posix
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1669 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1674 inline int ChDir(const char* dir) { return chdir(dir); } function in namespace:testing::internal::posix
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1626 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1631 inline int ChDir(const char* dir) { return chdir(dir); } function in namespace:testing::internal::posix
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1613 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1618 inline int ChDir(const char* dir) { return chdir(dir); } function in namespace:testing::internal::posix
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1618 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1623 inline int ChDir(const char* dir) { return chdir(dir); } function in namespace:testing::internal::posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h2040 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2045 inline int ChDir(const char* dir) { return chdir(dir); } function in namespace:testing::internal::posix
/external/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
/external/libvpx/libvpx/third_party/googletest/src/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
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2364 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2369 inline int ChDir(const char* dir) { return chdir(dir); } function in namespace:testing::internal::posix
/external/fmtlib/test/gtest/
H A Dgtest.h2872 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2877 inline int ChDir(const char* dir) { return chdir(dir); } function in namespace:std::tr1::posix

Completed in 1253 milliseconds

12