Searched refs:reboot_string (Results 1 – 1 of 1) sorted by relevance
148 std::string reboot_string = android::base::StringPrintf("reboot,%s", name.c_str()); in reboot_device() local149 if (!android::base::SetProperty(ANDROID_RB_PROPERTY, reboot_string)) { in reboot_device()150 WriteFdFmt(fd.get(), "reboot (%s) failed\n", reboot_string.c_str()); in reboot_device()