Searched refs:portString (Results 1 – 1 of 1) sorted by relevance
105 const char *portString = adb_host_and_port.c_str() + colonPos + 1; in setupSocket() local107 unsigned long port = strtoul(portString, &end, 10); in setupSocket()109 if (end == portString || *end != '\0' || port > 65535) { in setupSocket()