OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execdir
(Results
1 - 3
of
3
) sorted by null
/external/lldb/test/
Makefile
16
-
execdir
make \;
26
-
execdir
make clean \;
/external/llvm/utils/lit/lit/
TestRunner.py
368
execdir
,execbase = os.path.split(execpath)
369
tmpDir = os.path.join(
execdir
, 'Output')
467
return script,tmpBase,
execdir
480
script, tmpBase,
execdir
= res
486
res = executeScript(test, litConfig, tmpBase, script,
execdir
)
488
res = executeScriptInternal(test, litConfig, tmpBase, script,
execdir
)
/external/llvm/utils/
llvm-compilers-check
281
def execute(self, command,
execdir
, env, component):
284
if not os.path.exists(
execdir
):
285
os.makedirs(
execdir
)
297
cwd=
execdir
,
Completed in 2066 milliseconds