Home
last modified time | relevance | path

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

/external/syzkaller/tools/syz-headerparser/headerlib/
Dcontainer.py20 def __init__(self, struct_name, fr_list, loglvl=logging.INFO): argument
24 self._setuplogging(loglvl)
29 def _setuplogging(self, loglvl): argument
34 sh.setLevel(loglvl)
36 self.logger.setLevel(loglvl)
164 def __init__(self, filenames, loglvl=logging.INFO, argument
169 self.loglvl = loglvl
182 sh.setLevel(self.loglvl)
184 self.logger.setLevel(self.loglvl)
204 loglvl=self.loglvl)
[all …]
Dstruct_walker.py115 def __init__(self, ast=None, filenames=[], include_lines='', loglvl=logging.INFO): argument
126 loglvl=loglvl).get_ast()
130 self._setuplogging(loglvl)
132 def _setuplogging(self, loglvl): argument
137 sh.setLevel(loglvl)
139 self.logger.setLevel(loglvl)
Dheader_preprocessor.py88 def __init__(self, filenames, include_lines='', loglvl=logging.INFO): argument
91 self._setuplogging(loglvl)
104 def _setuplogging(self, loglvl): argument
109 sh.setLevel(loglvl)
111 self.logger.setLevel(loglvl)
/external/syzkaller/tools/syz-headerparser/
Dheaderparser.py40 loglvl = logging.INFO
43 loglvl = logging.DEBUG
51 loglvl=loglvl, include_lines=include_lines)