Home
last modified time | relevance | path

Searched refs:fwid (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py811 fwid = self.get_section_fwid(section, strip_null=False)
813 if fwid is None:
816 fwid_size = len(fwid)
818 if not fwid:
821 (self.target.upper(), section.upper(), repr(fwid)))
823 fwid = fwid.rstrip(b'\0')
826 if suffix in fwid:
829 (self.target.upper(), section.upper(), repr(fwid)))
832 if len(fwid) + len(suffix) > fwid_size:
833 fwid = fwid[:fwid_size - len(suffix)]
[all …]
Dfirmware_updater.py206 fwid = handler.get_section_fwid(section)
207 if fwid is not None:
208 return str(fwid, 'utf-8')
227 fwid = handler.get_section_fwid(section)
228 if fwid is not None:
229 fwids[section] = fwid
256 fwid = handler.get_section_fwid(section)
257 if fwid is not None:
258 fwids[section] = fwid
308 fwid = self.get_section_fwid('ec', 'rw')
[all …]
/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/
Dcontrol14 1.The fwid should matches shellball's (/usr/sbin/chromeos-firmwareupdate) fwid,
19 1. fwid does not match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid
33 should matches fwid of shellball chromeos-firmwareupdate, or user can
/external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/
Dcontrol14 1. fwid does not match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid
27 This test requires firmware id matches fwid of shellball
/external/vboot_reference/host/lib/
Dcrossystem.c76 char fwid[VB_MAX_STRING_PROPERTY]; in FwidStartsWith() local
77 if (!VbGetSystemPropertyString("fwid", fwid, sizeof(fwid))) in FwidStartsWith()
80 return 0 == strncmp(fwid, start, strlen(start)); in FwidStartsWith()
/external/autotest/server/site_tests/firmware_UpdateFirmwareVersion/
Dcontrol13 2. Fwid should match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid,
/external/AFLplusplus/dictionaries/
Dotf.dict40 "fwid"
/external/autotest/server/hosts/
Dcros_host.py2588 platform = crossystem.fwid().split('.')[0].lower()
2661 return crossystem.fwid()