Home
last modified time | relevance | path

Searched defs:cwd (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Drun.py8 extra_args=None, logfile=None, cwd=None, env=None, **kwargs): argument
151 extra_args=None, logfile=None, cwd=None, env=None, **kwargs): argument
H A Dpopen_spawn.py22 logfile=None, cwd=None, env=None, encoding=None, argument
H A Dpxssh.py119 logfile=None, cwd=None, env=None, ignore_sighup=True, echo=True, argument
/llvm-project-15.0.7/libcxx/utils/libcxx/
H A Dcompiler.py155 def preprocess(self, source_files, out=None, flags=[], cwd=None): argument
161 def compile(self, source_files, out=None, flags=[], cwd=None): argument
167 def link(self, source_files, exec_path=None, flags=[], cwd=None): argument
177 cwd=None): argument
186 def codesign(self, exec_path, cwd=None): argument
198 flags=[], cwd=None): argument
218 def dumpMacros(self, source_files=None, flags=[], cwd=None): argument
H A Dutil.py178 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): argument
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Dclang.py38 def get_arguments(command, cwd): argument
175 def get_triple_arch(command, cwd): argument
H A D__init__.py59 def run_command(command, cwd=None): argument
H A Dintercept.py207 def abspath(cwd, name): argument
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A Dmain.c10 char *cwd = getcwd(NULL, 0); in main() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2003-11-27-ConstructorCast.c4 long cwd; member
H A D2003-11-27-UnionCtorInitialization.c4 long cwd; member
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
H A Dabsolute.pass.cpp38 const fs::path cwd = fs::current_path(); in TEST_CASE() local
/llvm-project-15.0.7/lldb/test/API/lua_api/
H A DTestLuaAPI.py65 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): argument
/llvm-project-15.0.7/flang/unittests/Frontend/
H A DCompilerInstanceTest.cpp39 llvm::SmallString<64> cwd; in TEST() local
H A DFrontendActionTest.cpp57 llvm::SmallString<256> cwd; in SetUp() local
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py64 def __init__(self, cwd, env): argument
181 def expand_glob(arg, cwd): argument
186 def expand_glob_expressions(args, cwd): argument
925 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument
1003 def executeScript(test, litConfig, tmpBase, commands, cwd): argument
H A DShCommands.py51 def resolve(self, cwd): argument
H A Dutil.py317 def executeCommand(command, cwd=None, env=None, input=None, timeout=0, argument
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/
H A Dproximate.pass.cpp52 const path cwd = fs::current_path(); in TEST_CASE() local
/llvm-project-15.0.7/flang/test/Evaluate/
H A Dtest_folding.py64 cwd = os.getcwd() variable
/llvm-project-15.0.7/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp311 char cwd[PATH_MAX]; in main() local
/llvm-project-15.0.7/llvm/utils/git/
H A Dpre-push.py84 def shell(cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py282 def launch(self, program=None, args=None, cwd=None, env=None, argument
341 def build_and_launch(self, program, args=None, cwd=None, env=None, argument
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c36 static char const *cwd = NULL; variable
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dpackage.json145 "cwd": { object
330 "cwd": "${workspaceRoot}" string
344 "cwd": "^\"\\${workspaceRoot}\"" string

123