Searched refs:restore_all (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 306 def restore_section(self, section, restore_all=False): argument 310 corrupt_all=restore_all) 312 def restore_section_body(self, section, restore_all=False): argument 316 corrupt_all=restore_all) 331 def restore_firmware(self, section, restore_all=False): argument 334 subsection_name = self.restore_section(section, restore_all=restore_all) 337 def restore_firmware_body(self, section, restore_all=False): argument 341 restore_all=False)
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 503 self._ec_handler.restore_firmware(section, restore_all=True) 519 self._ec_handler.restore_firmware_body(section, restore_all=True)
|