Searched refs:mustExist (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/lit/lit/ |
D | TestingConfig.py | 12 def frompath(path, parent, litConfig, mustExist, config = None): argument 79 if mustExist:
|
D | discovery.py | 45 cfg = TestingConfig.frompath(cfgpath, None, litConfig, mustExist = True) 87 mustExist = False,
|
D | LitConfig.py | 74 path, config.parent, self, mustExist = True, config = config)
|