Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 102) sorted by relevance

12345

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Drealpath.cpp9 printf("REALPATH %s\n", realpath(argv[0], buff)); in main()
12 char *buff2 = realpath(argv[0], nullptr); in main()
17 buff2 = realpath(".", nullptr); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/paths/
H A DTestPaths.py53 self.assertEqual(os.path.realpath(sys.prefix), os.path.realpath(prefix))
55 os.path.realpath(os.path.join(info['lldb-pythonpath'], 'lldb')),
56 os.path.realpath(os.path.dirname(lldb.__file__)))
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/libraries-svr4/
H A DTestGdbRemoteLibrariesSvr4Support.py91 os.path.realpath(name), os.path.realpath(mem_region.get("name", ""))
99 libraries_svr4_names.append(os.path.realpath(name))
101 self.assertIn(os.path.realpath(self.getBuildDir() + "/" + lib), libraries_svr4_names)
/llvm-project-15.0.7/lldb/test/API/source-manager/
H A DTestSourceManager.py155 builddir_real = os.path.realpath(self.getBuildDir())
156 hidden_real = os.path.realpath(hidden)
246 builddir_real = os.path.realpath(self.getBuildDir())
247 hidden_real = os.path.realpath(hidden)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/coreFile/
H A DTestVSCode_coreFile.py21 current_dir = os.path.dirname(os.path.realpath(__file__))
48 current_dir = os.path.dirname(os.path.realpath(__file__))
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Ddiscovery.py55 cfgpath = os.path.realpath(cfgpath)
66 source_root = os.path.realpath(cfg.test_source_root or path)
67 exec_root = os.path.realpath(cfg.test_exec_root or path)
72 real_path = os.path.realpath(path)
/llvm-project-15.0.7/lldb/bindings/python/
H A Dget-python-config.py47 prefix = os.path.realpath(sys.prefix)
55 exe = os.path.join(os.path.realpath(os.path.dirname(exe)), os.readlink(exe))
/llvm-project-15.0.7/mlir/utils/mbr/mbr/
H A Ddiscovery.py20 os.path.join(os.path.dirname(os.path.realpath(__file__)), "config.ini")
50 os.path.join(os.path.dirname(os.path.realpath(__file__)), "config.ini")
H A Dstats.py20 os.path.join(os.path.dirname(os.path.realpath(__file__)), "config.cfg")
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/
H A Drun-find-all-symbols.py41 if os.path.realpath(result) == '/':
45 return os.path.realpath(result)
/llvm-project-15.0.7/lldb/test/API/commands/platform/sdk/
H A DTestPlatformSDK.py59 test_home = os.path.realpath(test_home)
86 rel_exe_path = os.path.relpath(os.path.realpath(exe), '/')
/llvm-project-15.0.7/third-party/benchmark/tools/gbench/
H A Dreport.py393 os.path.realpath(__file__)),
423 os.path.realpath(__file__)),
566 os.path.realpath(__file__)),
650 os.path.realpath(__file__)),
855 os.path.realpath(__file__)),
1016 os.path.realpath(__file__)),
1077 os.path.realpath(__file__)),
/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build451 my $JS = Cwd::realpath("$RealBin/../share/scan-build/sorttable.js");
461 my $CSS = Cwd::realpath("$RealBin/../share/scan-build/scanview.css");
934 my $ScanView = Cwd::realpath("$RealBin/scan-view");
936 if (! -x $ScanView) { $ScanView = Cwd::realpath("$RealBin/../../scan-view/bin/scan-view"); }
1487 $Clang = Cwd::realpath("$RealBin/bin/clang") if (-f "$RealBin/bin/clang");
1489 $Clang = Cwd::realpath("$RealBin/clang") if (-f "$RealBin/clang");
1497 $Clang = Cwd::realpath("$RealBin/../../bin/clang");
1897 my $AbsRealBin = Cwd::realpath($RealBin);
/llvm-project-15.0.7/llvm/utils/rsp_bisect_test/
H A Dtest_script_inv.py13 rsp_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "rsp")
H A Dtest_script.py13 rsp_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "rsp")
/llvm-project-15.0.7/clang/tools/scan-build-py/libexec/
H A Danalyze-c++9 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dintercept-c++9 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Danalyze-cc9 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dintercept-cc9 this_dir = os.path.dirname(os.path.realpath(__file__))
/llvm-project-15.0.7/clang/tools/scan-build-py/bin/
H A Dintercept-build10 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dscan-build10 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Danalyze-build10 this_dir = os.path.dirname(os.path.realpath(__file__))
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/config-map-discovery/
H A Dlit.alt.cfg8 config.test_exec_root = os.path.realpath(os.path.dirname(__file__))
H A Ddriver.py6 main_config = os.path.realpath(main_config)
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Dlit.local.cfg7 suppr = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'suppressions.txt')

12345