HomeSort by relevance Sort by last modified time
    Searched refs:fmap_read_section (Results 1 - 5 of 5) sorted by null

  /device/google/dragon/recovery/updater/
update_fw.cpp 61 content = fmap_read_section(src, name, &size, &offset);
152 void *rovpd = fmap_read_section(spi, "RO_VPD", &rovpd_sz, &rovpd_off);
153 void *newvpd = fmap_read_section(img, "RO_VPD", &new_rovpd_sz,
186 fwid = reinterpret_cast<char*>(fmap_read_section(img, "RW_FWID_A", &size, NULL));
vboot_interface.h 32 void *fmap_read_section(struct flash_device *dev,
fwtool.cpp 80 content = reinterpret_cast<char*>(fmap_read_section(dev, name, &size, &offset));
209 char *cur_fwid = reinterpret_cast<char*>(fmap_read_section(dev,
220 char *old_fwid = reinterpret_cast<char*>(fmap_read_section(dev,
242 uint8_t *cur_section = reinterpret_cast<uint8_t*>(fmap_read_section(dev,
flash_device.c 145 dev->gbb = fmap_read_section(dev, "GBB", &dev->gbb_size, NULL);
vboot_interface.c 203 void *fmap_read_section(struct flash_device *dev, function
423 nvram = fmap_read_section(spi, "RW_NVRAM", &size, &offset);

Completed in 55 milliseconds