Home
last modified time | relevance | path

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

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/init/
H A Dbuiltins.cpp84 static Result<Success> reboot_into_recovery(const std::vector<std::string>& options) { in reboot_into_recovery() function
289 return reboot_into_recovery( in do_mkdir()
494 return reboot_into_recovery(options); in queue_fs_event()
998 reboot_into_recovery({"--prompt_and_wipe_data", "--reason="s + reboot_reason}); in ExecWithRebootOnFailure()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/init/
H A Dbuiltins.cpp135 static Result<void> reboot_into_recovery(const std::vector<std::string>& options) { in reboot_into_recovery() function
424 return reboot_into_recovery( in do_mkdir()
587 return reboot_into_recovery(options); in queue_fs_event()
1121 if (auto result = reboot_into_recovery( in ExecVdcRebootOnFailure()