Searched defs:destination (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsockets.c541 void connect_to_remote(asocket *s, const char *destination) argument
545 int len = strlen(destination) + 1;
548 fatal("destination oversized");
551 D("LS(%d): connect('%s')\n", s->id, destination);
555 strcpy((char*) p->data, destination);

Completed in 177 milliseconds