OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashblob
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/site_tests/firmware_ChipFwUpdate/
firmware_ChipFwUpdate.py
135
hashblob
= self.faft_client.updater.cbfs_get_chip_hash(
137
if not
hashblob
:
142
bundled_fw_ver = chip.fw_ver_from_hash(
hashblob
)
146
chip.chip_name,
hashblob
))
/external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/
firmware_CompareChipFwToShellBall.py
165
hashblob
= self.faft_client.updater.cbfs_get_chip_hash(
167
if not
hashblob
:
172
bundled_fw_ver = chip.fw_ver_from_hash(
hashblob
)
176
chip.chip_name,
hashblob
))
/external/autotest/client/cros/faft/utils/
firmware_updater.py
440
hashblob
= self.os_if.run_shell_command_get_output(hexdump_cmd)
441
return
hashblob
Completed in 399 milliseconds