Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dtransport.c597 …sport *acquire_one_transport(int state, transport_type ttype, const char* serial, char** error_out) in acquire_one_transport() argument
604 if (error_out) in acquire_one_transport()
605 *error_out = "device not found"; in acquire_one_transport()
610 if (error_out) in acquire_one_transport()
611 *error_out = "insufficient permissions for device"; in acquire_one_transport()
624 if (error_out) in acquire_one_transport()
625 *error_out = "more than one device"; in acquire_one_transport()
633 if (error_out) in acquire_one_transport()
634 *error_out = "more than one emulator"; in acquire_one_transport()
642 if (error_out) in acquire_one_transport()
[all …]
Dadb.h237 …port *acquire_one_transport(int state, transport_type ttype, const char* serial, char **error_out);