Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_ECUpdateId/
Dfirmware_ECUpdateId.py55 from_section = 'rw_b'
58 from_section, to_section)
59 self.faft_client.ec.copy_rw(from_section, to_section)
/external/autotest/client/cros/faft/
Drpc_functions.py565 def _ec_copy_rw(self, from_section, to_section): argument
567 self._ec_handler.copy_from_to(from_section, to_section)