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

  /system/core/adb/
sockets.cpp 659 char *first_colon, *serial_end; local
667 first_colon = strchr(service, ':');
668 if (!first_colon) {
672 serial_end = first_colon;
680 serial_end = first_colon;

Completed in 867 milliseconds