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.py125 def GenerateLines(self, base_indent, sub_indent, curr_section): argument
149 def GenerateLines(self, base_indent, sub_indent, curr_section): argument
153 report_output += self.name.ljust(curr_section.max_field_name_len) + ' :'
170 return report_lines, curr_section
180 def GenerateLines(self, base_indent, sub_indent, curr_section): argument
185 return report_lines, curr_section
195 def GenerateLines(self, base_indent, sub_indent, curr_section): argument
219 curr_section = self.global_section
221 node_report_lines, curr_section = node.GenerateLines(
222 base_indent, sub_indent, curr_section)