Searched refs:curdir (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | compatibility.py | 16 def _relpath_nt(path, start=os.path.curdir): 41 return os.path.curdir 47 def _relpath_posix(path, start=os.path.curdir): 61 return os.path.curdir
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/lld-features/ |
| H A D | lit.cfg | 11 curdir = os.path.dirname(__file__) 16 lit.llvm.llvm_config.with_environment('PATH', curdir, append_path=True)
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
| H A D | util.py | 40 if not os.curdir in path: 41 path.insert(0, os.curdir)
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/ |
| H A D | proximate.pass.cpp | 54 const path curdir = cwd.filename(); in TEST_CASE() local 71 {"a", parent_cwd, curdir / "a"}, in TEST_CASE()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/paths/ |
| H A D | TestPaths.py | 63 current_directory_spec = lldb.SBFileSpec(os.path.curdir)
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | ProjectMap.py | 119 path = os.path.join(os.path.abspath(os.curdir), DEFAULT_MAP_FILE)
|
| H A D | SATestBuild.py | 359 return os.path.join(os.path.abspath(os.curdir), self.project.name)
|