Home
last modified time | relevance | path

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

/system/core/adb/client/
Dcommandline.cpp1529 const char* server_port_str = nullptr; in adb_commandline() local
1594 server_port_str = argv[1]; in adb_commandline()
1598 server_port_str = argv[0] + 2; in adb_commandline()
1613 if ((server_host_str || server_port_str) && server_socket_str) { in adb_commandline()
1619 if (!server_host_str && !server_port_str && !server_socket_str) { in adb_commandline()
1628 server_port_str = server_port_str ? server_port_str : getenv("ANDROID_ADB_SERVER_PORT"); in adb_commandline()
1629 if (server_port_str && strlen(server_port_str) > 0) { in adb_commandline()
1630 if (!android::base::ParseInt(server_port_str, &server_port, 1, 65535)) { in adb_commandline()
1634 server_port_str); in adb_commandline()