Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dservices.cpp150 std::string reboot_string = android::base::StringPrintf("reboot,%s", name.c_str()); in reboot_device() local
151 if (!android::base::SetProperty(ANDROID_RB_PROPERTY, reboot_string)) { in reboot_device()
152 WriteFdFmt(fd.get(), "reboot (%s) failed\n", reboot_string.c_str()); in reboot_device()