OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exec_root
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/lit/lit/
Test.py
154
def __init__(self, name, source_root,
exec_root
, config):
157
self.
exec_root
=
exec_root
165
return os.path.join(self.
exec_root
, *components)
discovery.py
50
exec_root
= os.path.realpath(cfg.test_exec_root or path)
51
return Test.TestSuite(cfg.name, source_root,
exec_root
, cfg), ()
main.py
312
print(' Exec Root : %s' % ts.
exec_root
)
Completed in 230 milliseconds