Home
last modified time | relevance | path

Searched refs:is_sdboot (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A Dupdate.c63 bool is_sdboot = false; variable
117 if ( update_cmd[i].need_update || is_sdboot || is_usbboot) { in RK_ota_set_partition()
140 if (is_sdboot || is_usbboot) { in RK_ota_set_partition()
150 if (!is_sdboot && !is_usbboot) { in RK_ota_set_partition()
199 …if ( (partition & 0x800000 || is_sdboot || is_usbboot || (strcmp(update_cmd[i].name, "parameter") … in RK_ota_set_partition()
203 if (is_sdboot || is_usbboot) { in RK_ota_set_partition()
250 if (is_sdboot) { in ota_recovery_cmds()
348 if (!is_sdboot && !is_usbboot && in RK_ota_start()
366 if (is_sdboot) { in RK_ota_start()
406 if (is_sdboot || is_usbboot) { in RK_ota_start()
H A Dmain.c30 extern bool is_sdboot;
92 if (slot == -1 && !is_sdboot && !is_usbboot) { in MiscUpdate()
221 case 'u': is_update = true; if (optarg != NULL) is_sdboot = true; continue; in main()
249 is_sdboot = false; in main()
253 if (is_sdboot || is_usbboot) { in main()
H A Dflash_image.c202 extern bool is_sdboot;
209 if (is_sdboot || !isMtdDevice()) { in flash_normal()