Home | History | Annotate | Download | only in adb

Lines Matching full:strlen

37     len = strlen(reason);
545 int len = strlen(destination) + 1;
706 if(!strncmp(service, "host-serial:", strlen("host-serial:"))) {
708 service += strlen("host-serial:");
717 } else if (!strncmp(service, "host-usb:", strlen("host-usb:"))) {
719 service += strlen("host-usb:");
720 } else if (!strncmp(service, "host-local:", strlen("host-local:"))) {
722 service += strlen("host-local:");
723 } else if (!strncmp(service, "host:", strlen("host:"))) {
725 service += strlen("host:");
743 if (!strncmp(service, "transport", strlen("transport"))) {