Searched refs:update_partition (Results 1 – 1 of 1) sorted by relevance
/device/google/dragon/recovery/updater/ |
D | update_fw.cpp | 52 static int update_partition(struct flash_device *src, struct flash_device *dst, in update_partition() function 95 ra = update_partition(img, spi, "RW_SECTION_A"); in update_recovery_fw() 96 rb = update_partition(img, spi, "RW_SECTION_B"); in update_recovery_fw() 97 rs = update_partition(img, spi, "RW_SHARED"); in update_recovery_fw() 128 res = update_partition(img, spi, rw_name); in update_rw_fw() 156 res = update_partition(img, spi, NULL); in update_ap_fw()
|