Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dreboot_service.cpp42 std::string reboot_string = android::base::StringPrintf("reboot,%s", reboot_arg.c_str()); in reboot_service() local
74 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()