Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Dsysutil.h106 bool reboot(const std::string& command);
/bootable/recovery/
Drecovery_main.cpp491 reboot("reboot,recovery"); in main()
506 reboot("reboot,recovery"); in main()
527 reboot("reboot,"); in main()
DREADME.md11 adb reboot bootloader
Drecovery.cpp899 if (!reboot("reboot,recovery")) { in start_recovery()
/bootable/recovery/otautil/
Dsysutil.cpp217 bool reboot(const std::string& command) { in reboot() function
/bootable/recovery/updater_sample/
DREADME.md47 updated partition on next reboot; otherwise button "Switch Slot" will
102 to switch A/B slot on next reboot.
/bootable/recovery/recovery_ui/
Dui.cpp378 reboot("reboot,"); in ProcessKey()
/bootable/recovery/updater/
Dinstall.cpp781 reboot("reboot," + property); in RebootNowFn()