Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCompletion.cpp64 ASSERT_NO_ERROR(fs::set_current_path(OriginalWorkingDir)); in SetUp()
179 llvm::sys::fs::set_current_path(BaseDir); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp459 if (std::error_code ec = llvm::sys::fs::set_current_path(path)) in Handle_QSetWorkingDir()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h367 std::error_code set_current_path(const Twine &path);
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp2102 TEST_F(FileSystemTest, set_current_path) { in TEST_F() argument
2111 ~RestorePath() { fs::set_current_path(path); } in TEST_F()
2114 ASSERT_NO_ERROR(fs::set_current_path(TestDirectory)); in TEST_F()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp618 llvm::sys::fs::set_current_path(debuggerRoot); in request_attach()
1663 llvm::sys::fs::set_current_path(debuggerRoot); in request_launch()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp623 if (std::error_code ec = llvm::sys::fs::set_current_path(file_spec.GetPath())) { in SetWorkingDirectory()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc228 std::error_code set_current_path(const Twine &path) {
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc402 std::error_code set_current_path(const Twine &path) {
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp338 return llvm::sys::fs::set_current_path(Path); in setCurrentWorkingDirectory()