Home
last modified time | relevance | path

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

/qemu/scripts/
H A Dminikconf.py327 class KconfigParserError(Exception): class
397 raise KconfigParserError(self, "Inclusion loop for %s"
407 raise KconfigParserError(self,
426 raise KconfigParserError(self, 'Expected "y" or "n"')
435 raise KconfigParserError(self, 'Expected identifier')
442 raise KconfigParserError(self,
447 raise KconfigParserError(self, 'Expected identifier')
453 raise KconfigParserError(self, 'Expected "="')
468 raise KconfigParserError(self, 'Expected ")"')
514 raise KconfigParserError(self, 'Expected "on"')
[all …]