Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Interpreter/
DTestCompletion.cpp64 ASSERT_NO_ERROR(fs::set_current_path(OriginalWorkingDir)); in SetUp()
179 llvm::sys::fs::set_current_path(BaseDir); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.cpp465 if (std::error_code ec = llvm::sys::fs::set_current_path(path)) in Handle_QSetWorkingDir()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h387 std::error_code set_current_path(const Twine &path);
/external/llvm-project/llvm/include/llvm/Support/
DFileSystem.h367 std::error_code set_current_path(const Twine &path);
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp576 llvm::sys::fs::set_current_path(debuggerRoot); in request_attach()
1541 llvm::sys::fs::set_current_path(debuggerRoot); in request_launch()
/external/llvm-project/llvm/unittests/Support/
DPath.cpp1935 TEST_F(FileSystemTest, set_current_path) { in TEST_F() argument
1944 ~RestorePath() { fs::set_current_path(path); } in TEST_F()
1947 ASSERT_NO_ERROR(fs::set_current_path(TestDirectory)); in TEST_F()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp755 if (std::error_code ec = llvm::sys::fs::set_current_path(file_spec.GetPath())) { in SetWorkingDirectory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp319 return llvm::sys::fs::set_current_path(Path); in setCurrentWorkingDirectory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc355 std::error_code set_current_path(const Twine &path) {
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp319 return llvm::sys::fs::set_current_path(Path); in setCurrentWorkingDirectory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc214 std::error_code set_current_path(const Twine &path) {
/external/llvm-project/llvm/lib/Support/Unix/
DPath.inc375 std::error_code set_current_path(const Twine &path) {
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc213 std::error_code set_current_path(const Twine &path) {