Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dservices.cpp148 std::string reboot_string = android::base::StringPrintf("reboot,%s", name.c_str()); in reboot_device() local
149 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()