Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp1542 bool sideload_auto_reboot = false; in main() local
1559 case 'a': sideload = true; sideload_auto_reboot = true; break; in main()
1729 if (!sideload_auto_reboot) { in main()
1739 if (sideload_auto_reboot) { in main()
1754 if (!sideload_auto_reboot && (status == INSTALL_ERROR || status == INSTALL_CORRUPT)) { in main()
1760 if ((status != INSTALL_SUCCESS && status != INSTALL_SKIPPED && !sideload_auto_reboot) || in main()