Home
last modified time | relevance | path

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

/system/core/init/
Dreboot_utils.cpp76 void __attribute__((noreturn)) RebootSystem(unsigned int cmd, const std::string& rebootTarget) { in RebootSystem() argument
92 LINUX_REBOOT_CMD_RESTART2, rebootTarget.c_str()); in RebootSystem()
Dreboot.cpp340 static void DoReboot(unsigned int cmd, const std::string& reason, const std::string& rebootTarget, in DoReboot() argument
343 LOG(INFO) << "Reboot start, reason: " << reason << ", rebootTarget: " << rebootTarget; in DoReboot()
511 RebootSystem(cmd, rebootTarget); in DoReboot()