Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dadb_handler.cpp105 const char *portString = adb_host_and_port.c_str() + colonPos + 1; in setupSocket() local
107 unsigned long port = strtoul(portString, &end, 10); in setupSocket()
109 if (end == portString || *end != '\0' || port > 65535) { in setupSocket()