Home
last modified time | relevance | path

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 Dcompatibility.py16 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 Dlit.cfg11 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 Dutil.py40 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 Dproximate.pass.cpp54 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 DTestPaths.py63 current_directory_spec = lldb.SBFileSpec(os.path.curdir)
/llvm-project-15.0.7/clang/utils/analyzer/
H A DProjectMap.py119 path = os.path.join(os.path.abspath(os.curdir), DEFAULT_MAP_FILE)
H A DSATestBuild.py359 return os.path.join(os.path.abspath(os.curdir), self.project.name)