Searched refs:exec_root (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | Test.py | 31 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)
|
D | main.py | 176 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/ |
D | Test.py | 162 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)
|
D | 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), ()
|
D | main.py | 338 print(' Exec Root : %s' % ts.exec_root)
|