HomeSort by relevance Sort by last modified time
    Searched defs:fwid (Results 1 - 3 of 3) sorted by null

  /device/google/dragon/recovery/updater/
update_fw.cpp 174 char *fwid; local
186 fwid = reinterpret_cast<char*>(fmap_read_section(img, "RW_FWID_A", &size, NULL));
188 if (!fwid) {
194 if (!strncmp(version, fwid, size) && !force) {
196 free(fwid);
200 free(fwid);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 52 uint32 fwid; /* 4 bytes of fw info */ member in struct:hndrte_debug
  /external/vboot_reference/host/lib/
crossystem.c 74 /* Return true if the FWID starts with the specified string. */
76 char fwid[VB_MAX_STRING_PROPERTY]; local
77 if (!VbGetSystemPropertyString("fwid", fwid, sizeof(fwid)))
80 return 0 == strncmp(fwid, start, strlen(start));

Completed in 238 milliseconds