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.py646 hash_extension='.bash', argument
671 if hash_extension is not None and hash_extension != extension:
672 hash_path = self.cbfs_extract(fw_name, hash_extension, regions)
690 def cbfs_get_chip_hash(self, fw_name, hash_extension='.hash'): argument
704 hexdump_cmd = '%s %s%s' % (self.HEXDUMP, fw_path, hash_extension)
765 hash_extension='.hash', argument
781 if hash_extension is not None and hash_extension != extension:
782 self.cbfs_remove(fw_name, hash_extension, regions)
784 if hash_extension is not None and hash_extension != extension:
785 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.py1169 hash_extension='.hash'): argument
1176 hash_extension)
1196 def cbfs_get_chip_hash(self, fw_name, hash_extension='.hash'): argument
1205 return self._updater.cbfs_get_chip_hash(fw_name, hash_extension)
1210 hash_extension='.hash', argument
1218 hash_extension, regions)