Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_ECUpdateId/
Dfirmware_ECUpdateId.py56 to_section = 'rw'
58 from_section, to_section)
59 self.faft_client.ec.copy_rw(from_section, to_section)
/external/autotest/client/cros/faft/
Drpc_functions.py591 def copy_rw(self, from_section, to_section): argument
593 self._ec_handler.copy_from_to(from_section, to_section)
/external/llvm-project/lld/MachO/
DOptions.td571 MetaVarName<"<from_segment> <from_section> <to_segment> <to_section>">,
572 HelpText<"Rename <from_segment>/<from_section> as <to_segment>/<to_section>">,