Home | History | Annotate | Download | only in adb

Lines Matching full:strlen

37     len = strlen(reason);
528 int len = strlen(destination) + 1;
671 if(!strncmp(service, "host-serial:", strlen("host-serial:"))) {
673 service += strlen("host-serial:");
682 } else if (!strncmp(service, "host-usb:", strlen("host-usb:"))) {
684 service += strlen("host-usb:");
685 } else if (!strncmp(service, "host-local:", strlen("host-local:"))) {
687 service += strlen("host-local:");
688 } else if (!strncmp(service, "host:", strlen("host:"))) {
690 service += strlen("host:");
708 if (!strncmp(service, "transport", strlen("transport"))) {