Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dsockets.c748 char* error_string = "unknown failure"; in smart_socket_enqueue() local
750 kTransportAny, NULL, &error_string); in smart_socket_enqueue()
753 sendfailmsg(s->peer->fd, error_string); in smart_socket_enqueue()
Dadb.c1102 char* error_string = "unknown failure"; in handle_host_request() local
1116 transport = acquire_one_transport(CS_ANY, type, serial, &error_string); in handle_host_request()
1122 sendfailmsg(reply_fd, error_string); in handle_host_request()