Home
last modified time | relevance | path

Searched refs:err_to_out (Results 1 – 4 of 4) sorted by relevance

/system/iot/attestation/at-factory-tool/
Dfastbootsh.py87 def Oem(self, oem_command, err_to_out): argument
101 '-s', self.serial_number, 'oem', oem_command, _err_to_out=err_to_out)
104 if err_to_out:
Dfastbootsubp.py94 def Oem(self, oem_command, err_to_out): argument
Datftman.py162 def Oem(self, oem_command, err_to_out=False): argument
163 return self._fastboot_device_controller.Oem(oem_command, err_to_out)
Datftman_unittest.py65 def Oem(self, oem_command, err_to_out): argument