Searched refs:warn_to_stderr (Results 1 – 1 of 1) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | kconfiglib.py | 867 def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True, argument 947 self._init(filename, warn, warn_to_stderr, encoding) 959 def _init(self, filename, warn, warn_to_stderr, encoding): argument 971 self.warn_to_stderr = warn_to_stderr 2027 self.warn_to_stderr = True 2034 self.warn_to_stderr = False 2093 "printing of warnings to stderr " + status(self.warn_to_stderr), 3980 if self.warn_to_stderr:
|