Searched refs:reboot_string (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dservices.cpp151 std::string reboot_string = android::base::StringPrintf("reboot,%s", reboot_arg); local
152 if (!android::base::SetProperty(ANDROID_RB_PROPERTY, reboot_string)) {
153 WriteFdFmt(fd, "reboot (%s) failed\n", reboot_string.c_str());

Completed in 44 milliseconds