Home
last modified time | relevance | path

Searched refs:mustExist (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/lit/lit/
DTestingConfig.py12 def frompath(path, parent, litConfig, mustExist, config = None): argument
79 if mustExist:
Ddiscovery.py45 cfg = TestingConfig.frompath(cfgpath, None, litConfig, mustExist = True)
87 mustExist = False,
DLitConfig.py74 path, config.parent, self, mustExist = True, config = config)