Home
last modified time | relevance | path

Searched refs:flash_write (Results 1 – 5 of 5) sorted by relevance

/device/google/dragon/recovery/updater/
Dupdate_fw.cpp74 res = flash_write(dst, offset, content, size); in update_partition()
162 res = flash_write(spi, new_rovpd_off, rovpd, new_rovpd_sz); in update_ap_fw()
Dflash_device.h45 int flash_write(struct flash_device *dev, off_t off, void *buff, size_t len);
Dflash_device.c102 int flash_write(struct flash_device *dev, off_t off, void *buff, size_t len) in flash_write() function
Dfwtool.cpp264 if (flash_write(dev, old_offset, cur_section, sec_size)) in sync_slots()
Dvboot_interface.c488 if (flash_write(spi, offset, dummy, VB_NVDATA_SIZE)) { in vbnv_readwrite()