Home
last modified time | relevance | path

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

/system/core/adb/client/
Dcommandline.cpp1528 const char* server_host_str = nullptr; in adb_commandline() local
1585 server_host_str = argv[1]; in adb_commandline()
1589 server_host_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()
1625 server_host_str = server_host_str ? server_host_str : getenv("ANDROID_ADB_SERVER_ADDRESS"); in adb_commandline()
1640 if (server_host_str) { in adb_commandline()
1641 rc = asprintf(&temp, "tcp:%s:%d", server_host_str, server_port); in adb_commandline()