Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py306 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/
Drpc_functions.py518 self._ec_handler.restore_firmware(section, restore_all=True)
534 self._ec_handler.restore_firmware_body(section, restore_all=True)