Searched refs:flash_normal (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | update.c | 69 {"uboot", false, false, 0, 0, 0, "", false, flash_normal}, 70 {"trust", false, false, 0, 0, 0, "", false, flash_normal}, 71 {"boot", false, true, 0, 0, 0, "", false, flash_normal}, 72 {"recovery", false, false, 0, 0, 0, "", false, flash_normal}, 73 {"rootfs", false, true, 0, 0, 0, "", false, flash_normal}, 74 {"oem", false, false, 0, 0, 0, "", false, flash_normal}, 75 {"uboot_a", false, false, 0, 0, 0, "", false, flash_normal}, 76 {"uboot_b", false, false, 0, 0, 0, "", false, flash_normal}, 77 {"boot_a", false, false, 0, 0, 0, "", false, flash_normal}, 78 {"boot_b", false, false, 0, 0, 0, "", false, flash_normal}, [all …]
|
| H A D | flash_image.h | 36 int flash_normal(char *dest_path, void *pupdate_cmd);
|
| H A D | flash_image.c | 203 int flash_normal(char *src_path, void *pupdate_cmd) in flash_normal() function
|