Home
last modified time | relevance | path

Searched refs:hash_extension (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/common_lib/cros/
Dchip_utils.py64 hash_extension = '.hash' variable in ps8751
66 cbfs_hash_name = fw_name + hash_extension
92 hash_extension = '.hash' variable in anx3429
94 cbfs_hash_name = fw_name + hash_extension
118 hash_extension = '.hash' variable in ecrw
120 cbfs_hash_name = fw_name + hash_extension
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py645 hash_extension='.bash', argument
670 if hash_extension is not None and hash_extension != extension:
671 hash_path = self.cbfs_extract(fw_name, hash_extension, regions)
689 def cbfs_get_chip_hash(self, fw_name, hash_extension='.hash'): argument
703 hexdump_cmd = '%s %s%s' % (self.HEXDUMP, fw_path, hash_extension)
764 hash_extension='.hash', argument
780 if hash_extension is not None and hash_extension != extension:
781 self.cbfs_remove(fw_name, hash_extension, regions)
783 if hash_extension is not None and hash_extension != extension:
784 self.cbfs_add(fw_name, hash_extension, regions)
/external/autotest/server/site_tests/firmware_ChipFwUpdate/
Dfirmware_ChipFwUpdate.py133 chip.fw_name, chip.extension, chip.hash_extension):
139 chip.fw_name, chip.hash_extension)
194 fw_update.hash_extension):
/external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/
Dfirmware_CompareChipFwToShellBall.py161 chip.fw_name, chip.extension, chip.hash_extension):
167 chip.fw_name, chip.hash_extension)
/external/autotest/client/cros/faft/
Drpc_functions.py1203 hash_extension='.hash'): argument
1210 hash_extension)
1230 def cbfs_get_chip_hash(self, fw_name, hash_extension='.hash'): argument
1239 return self._updater.cbfs_get_chip_hash(fw_name, hash_extension)
1244 hash_extension='.hash', argument
1252 hash_extension, regions)