Searched refs:hash_extension (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | chip_utils.py | 64 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/ |
D | firmware_updater.py | 645 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/ |
D | firmware_ChipFwUpdate.py | 133 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/ |
D | firmware_CompareChipFwToShellBall.py | 161 chip.fw_name, chip.extension, chip.hash_extension): 167 chip.fw_name, chip.hash_extension)
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 1203 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)
|