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

/system/core/adb/
H A Dsockets.c628 char *first_colon, *serial_end; local
636 first_colon = strchr(service, ':');
637 if (!first_colon) {
641 serial_end = first_colon;
649 serial_end = first_colon;

Completed in 170 milliseconds