Home
last modified time | relevance | path

Searched refs:execdir (Results 1 – 3 of 3) sorted by relevance

/external/lldb/test/
DMakefile16 -execdir make \;
26 -execdir make clean \;
/external/llvm/utils/lit/lit/
DTestRunner.py408 execdir,execbase = os.path.split(execpath)
409 tmpDir = os.path.join(execdir, 'Output')
516 return script,tmpBase,execdir
519 script, tmpBase, execdir): argument
524 res = executeScript(test, litConfig, tmpBase, script, execdir)
526 res = executeScriptInternal(test, litConfig, tmpBase, script, execdir)
560 script, tmpBase, execdir = res
561 return _runShTest(test, litConfig, useExternalSh, script, tmpBase, execdir)
/external/llvm/utils/
Dllvm-compilers-check281 def execute(self, command, execdir, env, component): argument
284 if not os.path.exists(execdir):
285 os.makedirs(execdir)
297 cwd=execdir,