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

  /device/google/dragon/recovery/updater/
flash_device.h 45 int flash_write(struct flash_device *dev, off_t off, void *buff, size_t len);
update_fw.cpp 74 res = flash_write(dst, offset, content, size);
162 res = flash_write(spi, new_rovpd_off, rovpd, new_rovpd_sz);
flash_device.c 102 int flash_write(struct flash_device *dev, off_t off, void *buff, size_t len) function
fwtool.cpp 267 if (flash_write(dev, old_offset, cur_section, sec_size))
vboot_interface.c 479 if (flash_write(spi, offset, dummy, VB_NVDATA_SIZE)) {

Completed in 9635 milliseconds