Home
last modified time | relevance | path

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

/system/core/adb/
Dsockets.c783 char* error_string = "unknown failure"; in smart_socket_enqueue() local
785 kTransportAny, NULL, &error_string); in smart_socket_enqueue()
788 sendfailmsg(s->peer->fd, error_string); in smart_socket_enqueue()
Dadb.c1409 char* error_string = "unknown failure"; in handle_host_request() local
1423 transport = acquire_one_transport(CS_ANY, type, serial, &error_string); in handle_host_request()
1429 sendfailmsg(reply_fd, error_string); in handle_host_request()