Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dchecker.py139 def GenerateLines(self, base_indent, sub_indent, curr_section): argument
163 def GenerateLines(self, base_indent, sub_indent, curr_section): argument
167 report_output += self.name.ljust(curr_section.max_field_name_len) + ' :'
184 return report_lines, curr_section
194 def GenerateLines(self, base_indent, sub_indent, curr_section): argument
199 return report_lines, curr_section
209 def GenerateLines(self, base_indent, sub_indent, curr_section): argument
233 curr_section = self.global_section
235 node_report_lines, curr_section = node.GenerateLines(
236 base_indent, sub_indent, curr_section)