Home
last modified time | relevance | path

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

/device/google/dragon/recovery/updater/
Dupdate_fw.cpp68 res = flash_erase(dst, offset, size); in update_partition()
158 res = flash_erase(spi, new_rovpd_off, new_rovpd_sz); in update_ap_fw()
Dflash_device.h46 int flash_erase(struct flash_device *dev, off_t off, size_t len);
Dflash_device.c112 int flash_erase(struct flash_device *dev, off_t off, size_t len) in flash_erase() function
Dfwtool.cpp260 if (flash_erase(dev, old_offset, sec_size)) { in sync_slots()
Dvboot_interface.c464 else if (flash_erase(spi, offset, size)) { in vbnv_readwrite()