Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp935 bool sideload_auto_reboot = false; in main() local
948 case 'a': sideload = true; sideload_auto_reboot = true; break; in main()
1060 if (!sideload_auto_reboot) { in main()
1070 if (sideload_auto_reboot) { in main()
1085 if (!sideload_auto_reboot && (status == INSTALL_ERROR || status == INSTALL_CORRUPT)) { in main()
1091 if ((status != INSTALL_SUCCESS && !sideload_auto_reboot) || ui->IsTextVisible()) { in main()