Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/
Drpc_functions.py402 self._bios_handler.corrupt_firmware(section)
518 self._ec_handler.corrupt_firmware(section, corrupt_all=True)
/external/autotest/docs/
Dfaft-design-doc.md232 ('1:1:1:0:3', FST.corrupt_firmware, 'a'),
234 ('1:1:1:0:3', FST.corrupt_firmware, ('a', 'b')),
/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py328 def corrupt_firmware(self, section, corrupt_all=False): member in FlashromHandler