Searched refs:reboot_arg (Results 1 – 1 of 1) sorted by relevance
38 std::string reboot_arg = arg; in reboot_service() local41 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()