Home
last modified time | relevance | path

Searched refs:exec_root (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTest.py31 def __init__(self, name, source_root, exec_root, config): argument
34 self.exec_root = exec_root
42 return os.path.join(self.exec_root, *components)
Dmain.py176 exec_root = os.path.realpath(cfg.test_exec_root or path)
177 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
539 print ' Exec Root : %s' % ts.exec_root
/external/llvm/utils/lit/lit/
DTest.py162 def __init__(self, name, source_root, exec_root, config): argument
165 self.exec_root = exec_root
173 return os.path.join(self.exec_root, *components)
Ddiscovery.py50 exec_root = os.path.realpath(cfg.test_exec_root or path)
51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
Dmain.py338 print(' Exec Root : %s' % ts.exec_root)