| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | realpath.cpp | 9 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 D | TestPaths.py | 53 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 D | TestGdbRemoteLibrariesSvr4Support.py | 91 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 D | TestSourceManager.py | 155 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 D | TestVSCode_coreFile.py | 21 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 D | discovery.py | 55 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 D | get-python-config.py | 47 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 D | discovery.py | 20 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 D | stats.py | 20 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 D | run-find-all-symbols.py | 41 if os.path.realpath(result) == '/': 45 return os.path.realpath(result)
|
| /llvm-project-15.0.7/lldb/test/API/commands/platform/sdk/ |
| H A D | TestPlatformSDK.py | 59 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 D | report.py | 393 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 D | scan-build | 451 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 D | test_script_inv.py | 13 rsp_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "rsp")
|
| H A D | test_script.py | 13 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 D | analyze-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__))
|
| H A D | intercept-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__))
|
| H A D | analyze-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__))
|
| H A D | intercept-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__))
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/bin/ |
| H A D | intercept-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__))
|
| H A D | scan-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__))
|
| H A D | analyze-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__))
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/config-map-discovery/ |
| H A D | lit.alt.cfg | 8 config.test_exec_root = os.path.realpath(os.path.dirname(__file__))
|
| H A D | driver.py | 6 main_config = os.path.realpath(main_config)
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/ |
| H A D | lit.local.cfg | 7 suppr = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'suppressions.txt')
|