Home
last modified time | relevance | path

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

/system/core/init/
Dreboot_utils.cpp44 void SetFatalRebootTarget(const std::optional<std::string>& reboot_target) { in SetFatalRebootTarget()
Dreboot.cpp323 void RebootMonitorThread(unsigned int cmd, const std::string& reboot_target, in RebootMonitorThread()
613 static void DoReboot(unsigned int cmd, const std::string& reason, const std::string& reboot_target, in DoReboot()
1030 std::string reboot_target = ""; in HandlePowerctlMessage() local
/system/core/fastboot/
Dtask.cpp64 RebootTask::RebootTask(const FlashingPlan* fp, const std::string& reboot_target) in RebootTask()
Dfastboot.cpp2455 std::string reboot_target = next_arg(&args); in Main() local