OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execdir
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/lit/lit/
TestRunner.py
404
execdir
,execbase = os.path.split(execpath)
405
tmpDir = os.path.join(
execdir
, 'Output')
495
return script,isXFail,tmpBase,
execdir
530
script, isXFail, tmpBase,
execdir
= res
538
res = executeTclScriptInternal(test, litConfig, tmpBase, script,
execdir
)
576
script, isXFail, tmpBase,
execdir
= res
585
res = executeScript(test, litConfig, tmpBase, script,
execdir
)
587
res = executeScriptInternal(test, litConfig, tmpBase, script,
execdir
)
/external/llvm/utils/
llvm-compilers-check
275
def execute(self, command,
execdir
, env, component):
278
if not os.path.exists(
execdir
):
279
os.makedirs(
execdir
)
291
cwd=
execdir
,
Completed in 184 milliseconds