Searched refs:flash_write (Results 1 – 5 of 5) sorted by relevance
/device/google/dragon/recovery/updater/ |
D | update_fw.cpp | 74 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()
|
D | flash_device.h | 45 int flash_write(struct flash_device *dev, off_t off, void *buff, size_t len);
|
D | flash_device.c | 102 int flash_write(struct flash_device *dev, off_t off, void *buff, size_t len) in flash_write() function
|
D | fwtool.cpp | 267 if (flash_write(dev, old_offset, cur_section, sec_size)) in sync_slots()
|
D | vboot_interface.c | 479 if (flash_write(spi, offset, dummy, VB_NVDATA_SIZE)) { in vbnv_readwrite()
|