| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | chroot.c | 4 extern int chdir(const char* path); 16 chdir("/"); // enter the jail. in f2() 22 chdir("../"); // change working directory, still out of jail. in f3()
|
| H A D | std-c-library-functions-POSIX.c | 171 int chdir(const char *path);
|
| /llvm-project-15.0.7/lldb/examples/customization/pwd-cd-and-system/ |
| H A D | utils.py | 24 def chdir(debugger, args, result, dict): function 39 os.chdir(new_dir)
|
| H A D | .lldbinit | 6 command script add -f utils.chdir cd
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
| H A D | WorkingDirectory.py | 28 os.chdir(self.path) 32 os.chdir(self.orig_cwd)
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/save_jit_objects/ |
| H A D | TestSaveJITObjects.py | 28 os.chdir(self.getBuildDir()) 50 os.chdir(self.getSourceDir())
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | entrypoint.py | 39 os.chdir('/build') 70 os.chdir("/projects")
|
| /llvm-project-15.0.7/lld/utils/ |
| H A D | benchmark.py | 109 os.chdir(bench.directory) 114 os.chdir('..') 137 os.chdir(args.benchmark_directory)
|
| /llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/ |
| H A D | TestBundleWithDotInFilename.py | 37 os.chdir(self.getBuildDir()); 73 os.chdir(self.getSourceDir());
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | LockFileManagerTest.cpp | 84 ASSERT_FALSE(chdir(LockFileManagerTestDir.c_str())); in TEST() 104 ASSERT_FALSE(chdir(OrigPath)); in TEST()
|
| /llvm-project-15.0.7/lldb/test/API/commands/process/attach/ |
| H A D | TestProcessAttach.py | 78 os.chdir(newdir) 79 self.addTearDownHook(lambda: os.chdir(testdir))
|
| /llvm-project-15.0.7/llvm/utils/lit/ |
| H A D | setup.py | 10 os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ios_commands/ |
| H A D | print_crashreport_for_pid.py | 23 os.chdir(os.path.expanduser(args.dir))
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/comp_dir_symlink/ |
| H A D | TestCompDirSymLink.py | 37 os.chdir(self.getBuildDir())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | TestMiniDumpUUID.py | 310 self.addTearDownHook(lambda: os.chdir(old_cwd)) 311 os.chdir(self.getBuildDir())
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-for-gdb-users.txt | 442 (lldb) command regex cd "s/^(.*)$/script os.chdir(os.path.expanduser('%1'))/" 447 script os.chdir(os.path.expanduser('/tmp')) 456 def chdir(debugger, args, result, dict): 460 os.chdir(args) 462 os.chdir(os.path.expanduser('~')) 471 command script add -f utils.chdir cd
|
| /llvm-project-15.0.7/lldb/tools/darwin-debug/ |
| H A D | darwin-debug.cpp | 148 ::chdir(working_dir); in posix_spawn_for_debug()
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 311 int chdir(const wchar_t *path) { return _wchdir(path); } in chdir() function 488 using ::chdir;
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | README.md | 80 $ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../ 102 $ cmake -E chdir "build" ctest --build-config Release
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 144 if (!info.wd.empty() && 0 != ::chdir(info.wd.c_str())) in ChildFunc()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-death-test.cc | 1256 if (chdir(original_dir) != 0) { in ExecDeathTestChildMain() 1329 if (chdir(original_dir) != 0) { in ExecDeathTestSpawnChild()
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | git-clang-format | 387 os.chdir(toplevel)
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
| H A D | ptyprocess.py | 266 os.chdir(cwd)
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | filesystem_test_helper.h | 440 int ret = ::chdir(oldCwd_.c_str()); in ~CWDGuard()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 149 fun:chdir=discard
|