HomeSort by relevance Sort by last modified time
    Searched refs:source_root (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/lit/lit/
Test.py 35 def __init__(self, name, source_root, exec_root, config):
37 self.source_root = source_root
43 return os.path.join(self.source_root, *components)
discovery.py 46 source_root = os.path.realpath(cfg.test_source_root or path)
48 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
main.py 294 print ' Source Root: %s' % ts.source_root
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 88 def load_from_path(source_root, llvmbuild_source_root):
92 return LLVMProjectInfo(source_root, infos)
94 def __init__(self, source_root, component_infos):
96 self.source_root = source_root
469 p = os.path.join(self.source_root, ci.subpath[1:], 'LLVMBuild.txt')
490 if (path.startswith(self.source_root) and os.path.exists(path)):
747 group.add_option("", "--source-root", dest="source_root", metavar="PATH",
810 source_root = opts.source_root variable
819 source_root = os.path.dirname(utils_path) variable
    [all...]

Completed in 748 milliseconds