Searched refs:set_current_path (Results 1 – 9 of 9) sorted by relevance
64 ASSERT_NO_ERROR(fs::set_current_path(OriginalWorkingDir)); in SetUp()179 llvm::sys::fs::set_current_path(BaseDir); in TEST_F()
459 if (std::error_code ec = llvm::sys::fs::set_current_path(path)) in Handle_QSetWorkingDir()
367 std::error_code set_current_path(const Twine &path);
2102 TEST_F(FileSystemTest, set_current_path) { in TEST_F() argument2111 ~RestorePath() { fs::set_current_path(path); } in TEST_F()2114 ASSERT_NO_ERROR(fs::set_current_path(TestDirectory)); in TEST_F()
618 llvm::sys::fs::set_current_path(debuggerRoot); in request_attach()1663 llvm::sys::fs::set_current_path(debuggerRoot); in request_launch()
623 if (std::error_code ec = llvm::sys::fs::set_current_path(file_spec.GetPath())) { in SetWorkingDirectory()
228 std::error_code set_current_path(const Twine &path) {
402 std::error_code set_current_path(const Twine &path) {
338 return llvm::sys::fs::set_current_path(Path); in setCurrentWorkingDirectory()