Home
last modified time | relevance | path

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

/system/core/adb/client/
Dcommandline.cpp593 bool empty_command, const std::string& service_string) { in RemoteShell() argument
596 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell()
607 int fd = adb_connect(service_string, &error); in RemoteShell()
764 std::string service_string = ShellServiceString(use_shell_protocol, shell_type_arg, command); in adb_shell() local
766 service_string); in adb_shell()
787 std::string service_string("abb:"); in adb_abb() local
789 service_string.append(argv[i]); in adb_abb()
790 service_string.push_back(ABB_ARG_DELIMETER); in adb_abb()
793 D("abb -e 0x%x [%*.s]\n", escape_char, static_cast<int>(service_string.size()), in adb_abb()
794 service_string.data()); in adb_abb()
[all …]