HomeSort by relevance Sort by last modified time
    Searched full:port_separator (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
adb.c 1105 char* port_separator = strchr(port_spec, ','); local
1106 if (!port_separator) {
1113 // Zero-terminate console port and make port_separator point to 2nd port.
1114 *port_separator++ = 0;
1116 int adb_port = strtol(port_separator, NULL, 0);
1118 *(port_separator - 1) = ',';
    [all...]

Completed in 53 milliseconds