Home
last modified time | relevance | path

Searched refs:set_current_path (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1492 TEST_F(FileSystemTest, set_current_path) { in TEST_F() argument
1501 ~RestorePath() { fs::set_current_path(path); } in TEST_F()
1504 ASSERT_NO_ERROR(fs::set_current_path(TestDirectory)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h364 std::error_code set_current_path(const Twine &path);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc271 std::error_code set_current_path(const Twine &path) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc215 std::error_code set_current_path(const Twine &path) {