Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery_main.cpp511 Reboot("bootloader"); in main()
516 Reboot("fastboot"); in main()
521 Reboot("recovery"); in main()
536 Reboot("recovery"); in main()
543 Reboot("fastboot"); in main()
557 Reboot("userrequested,recovery"); in main()
562 Reboot("userrequested,fastboot"); in main()
567 Reboot("unknown" + std::to_string(ret)); in main()
DREADME.md52 - Reboot the device immediately and run the test again. The test should save the
Drecovery.cpp784 Reboot("recovery"); in start_recovery()
/bootable/recovery/otautil/include/otautil/
Dsysutil.h106 [[noreturn]] void Reboot(std::string_view target);
/bootable/recovery/otautil/
Dsysutil.cpp222 void Reboot(std::string_view target) { in Reboot() function
/bootable/recovery/recovery_ui/
Dui.cpp377 Reboot("userrequested,recovery,ui"); in ProcessKey()
/bootable/recovery/updater/
Dinstall.cpp734 Reboot(property); in RebootNowFn()