Searched refs:reboot_string (Results 1 – 1 of 1) sorted by relevance
42 std::string reboot_string = android::base::StringPrintf("reboot,%s", reboot_arg.c_str()); in reboot_service() local74 if (!android::base::SetProperty(ANDROID_RB_PROPERTY, reboot_string)) { in reboot_service()75 WriteFdFmt(fd.get(), "reboot (%s) failed\n", reboot_string.c_str()); in reboot_service()