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.py304 def restore_section(self, section, restore_all=False): argument
308 corrupt_all=restore_all)
310 def restore_section_body(self, section, restore_all=False): argument
314 corrupt_all=restore_all)
329 def restore_firmware(self, section, restore_all=False): argument
332 subsection_name = self.restore_section(section, restore_all=restore_all)
335 def restore_firmware_body(self, section, restore_all=False): argument
339 restore_all=False)
/external/autotest/client/cros/faft/
Drpc_functions.py504 self._ec_handler.restore_firmware(section, restore_all=True)
520 self._ec_handler.restore_firmware_body(section, restore_all=True)