Home
last modified time | relevance | path

Searched defs:reboot_target (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/init/
H A Dreboot.cpp312 void RebootMonitorThread(unsigned int cmd, const std::string& reboot_target, in RebootMonitorThread()
602 static void DoReboot(unsigned int cmd, const std::string& reason, const std::string& reboot_target, in DoReboot()
829 std::string reboot_target = ""; in HandlePowerctlMessage() local
H A Dreboot_utils.cpp45 void SetFatalRebootTarget(const std::optional<std::string>& reboot_target) { in SetFatalRebootTarget()
/aosp_15_r20/system/core/fastboot/
H A Dtask.cpp82 RebootTask::RebootTask(const FlashingPlan* fp, const std::string& reboot_target) in RebootTask()
H A Dfastboot.cpp2486 std::string reboot_target = next_arg(&args); in Main() local