Home
last modified time | relevance | path

Searched refs:chdir (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Analysis/
H A Dchroot.c4 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 Dstd-c-library-functions-POSIX.c171 int chdir(const char *path);
/llvm-project-15.0.7/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py24 def chdir(debugger, args, result, dict): function
39 os.chdir(new_dir)
H A D.lldbinit6 command script add -f utils.chdir cd
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DWorkingDirectory.py28 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 DTestSaveJITObjects.py28 os.chdir(self.getBuildDir())
50 os.chdir(self.getSourceDir())
/llvm-project-15.0.7/clang/utils/analyzer/
H A Dentrypoint.py39 os.chdir('/build')
70 os.chdir("/projects")
/llvm-project-15.0.7/lld/utils/
H A Dbenchmark.py109 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 DTestBundleWithDotInFilename.py37 os.chdir(self.getBuildDir());
73 os.chdir(self.getSourceDir());
/llvm-project-15.0.7/llvm/unittests/Support/
H A DLockFileManagerTest.cpp84 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 DTestProcessAttach.py78 os.chdir(newdir)
79 self.addTearDownHook(lambda: os.chdir(testdir))
/llvm-project-15.0.7/llvm/utils/lit/
H A Dsetup.py10 os.chdir(os.path.dirname(os.path.abspath(__file__)))
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ios_commands/
H A Dprint_crashreport_for_pid.py23 os.chdir(os.path.expanduser(args.dir))
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/comp_dir_symlink/
H A DTestCompDirSymLink.py37 os.chdir(self.getBuildDir())
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py310 self.addTearDownHook(lambda: os.chdir(old_cwd))
311 os.chdir(self.getBuildDir())
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-for-gdb-users.txt442 (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 Ddarwin-debug.cpp148 ::chdir(working_dir); in posix_spawn_for_debug()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h311 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 DREADME.md80 $ 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 DProcessLauncherPosixFork.cpp144 if (!info.wd.empty() && 0 != ::chdir(info.wd.c_str())) in ChildFunc()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc1256 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 Dgit-clang-format387 os.chdir(toplevel)
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py266 os.chdir(cwd)
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h440 int ret = ::chdir(oldCwd_.c_str()); in ~CWDGuard()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt149 fun:chdir=discard

12