Searched refs:port_separator (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dadb.c1281 char* port_separator = strchr(port_spec, ','); local
1282 if (!port_separator) {
1289 // Zero-terminate console port and make port_separator point to 2nd port.
1290 *port_separator++ = 0;
1292 int adb_port = strtol(port_separator, NULL, 0);
1294 *(port_separator - 1) = ',';

Completed in 5 milliseconds