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

/system/core/adb/
H A Dtransport_local.c235 static const char _accept_req[] = "accept"; local
268 res = adb_write(fd, _accept_req, strlen(_accept_req));
269 if ((size_t)res == strlen(_accept_req)) {
290 D("Unable to send the '%s' request to ADB service.\n", _accept_req);

Completed in 53 milliseconds