Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dreboot_service.cpp38 std::string reboot_arg = arg; in reboot_service() local
41 if (reboot_arg.empty()) reboot_arg = "adb"; in reboot_service()
42 std::string reboot_string = android::base::StringPrintf("reboot,%s", reboot_arg.c_str()); in reboot_service()
44 if (reboot_arg == "fastboot" && in reboot_service()