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
333
execdir
,execbase = os.path.split(execpath)
334
tmpDir = os.path.join(
execdir
, 'Output')
429
return script,isXFail,tmpBase,
execdir
460
script, isXFail, tmpBase,
execdir
= res
469
res = executeScript(test, litConfig, tmpBase, script,
execdir
)
471
res = executeScriptInternal(test, litConfig, tmpBase, script,
execdir
)
/external/llvm/utils/
llvm-compilers-check
277
def execute(self, command,
execdir
, env, component):
280
if not os.path.exists(
execdir
):
281
os.makedirs(
execdir
)
293
cwd=
execdir
,
Completed in 718 milliseconds