Home | History | Annotate | Download | only in adb

Lines Matching full:strncmp

485     if(!strncmp("tcp:", name, 4)){
493 if(!strncmp(name, "local:", 6)) {
496 } else if(!strncmp(name, "localabstract:", 14)) {
499 } else if(!strncmp(name, "localfilesystem:", 16)) {
977 if (!strncmp(service, "transport", strlen("transport"))) {
981 if (!strncmp(service, "transport-usb", strlen("transport-usb"))) {
983 } else if (!strncmp(service, "transport-local", strlen("transport-local"))) {
985 } else if (!strncmp(service, "transport-any", strlen("transport-any"))) {
987 } else if (!strncmp(service, "transport:", strlen("transport:"))) {
1017 if (!strncmp(service, "connect:", 8)) {
1059 if (!strncmp(service, "disconnect:", 11)) {
1085 if(!strncmp(service,"get-serialno",strlen("get-serialno"))) {
1096 if (!strncmp(service,"emulator:",9)) {
1104 if(!strncmp(service,"forward:",8) || !strncmp(service,"killforward:",12)) {
1109 int createForward = strncmp(service,"kill",4);
1149 if(!strncmp(service,"get-state",strlen("get-state"))) {