Searched refs:is_usbboot (Results 1 – 2 of 2) sorted by relevance
64 bool is_usbboot = false; variable117 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()256 } else if (is_usbboot) { in ota_recovery_cmds()348 if (!is_sdboot && !is_usbboot && in RK_ota_start()374 } else if (is_usbboot) { in RK_ota_start()406 if (is_sdboot || is_usbboot) { in RK_ota_start()
31 extern bool is_usbboot;92 if (slot == -1 && !is_sdboot && !is_usbboot) { in MiscUpdate()248 is_usbboot = true; in main()253 if (is_sdboot || is_usbboot) { in main()255 LOGI("%s-%d: is %s update.\n", __func__, __LINE__, is_usbboot ? "usbboot" : "sdboot"); in main()