Searched refs:error_out (Results 1 – 2 of 2) sorted by relevance
744 const char* serial, std::string* error_out) in acquire_one_transport() argument751 if (error_out) *error_out = android::base::StringPrintf("device '%s' not found", serial); in acquire_one_transport()756 if (error_out) *error_out = "insufficient permissions for device"; in acquire_one_transport()768 if (error_out) *error_out = "more than one device"; in acquire_one_transport()778 if (error_out) *error_out = "more than one device"; in acquire_one_transport()786 if (error_out) *error_out = "more than one emulator"; in acquire_one_transport()794 if (error_out) *error_out = "more than one device/emulator"; in acquire_one_transport()807 if (error_out) { in acquire_one_transport()808 *error_out = "device unauthorized.\n"; in acquire_one_transport()810 *error_out += "This adbd's $ADB_VENDOR_KEYS is "; in acquire_one_transport()[all …]
33 const char* serial, std::string* error_out);