Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp654 bool* is_ambiguous, std::string* error_out) { in acquire_one_transport() argument
658 *error_out = android::base::StringPrintf("device '%s' not found", serial); in acquire_one_transport()
660 *error_out = "no emulators found"; in acquire_one_transport()
662 *error_out = "no devices/emulators found"; in acquire_one_transport()
664 *error_out = "no devices found"; in acquire_one_transport()
671 *error_out = UsbNoPermissionsLongHelpText(); in acquire_one_transport()
680 *error_out = "more than one device"; in acquire_one_transport()
690 *error_out = "more than one device"; in acquire_one_transport()
698 *error_out = "more than one emulator"; in acquire_one_transport()
706 *error_out = "more than one device/emulator"; in acquire_one_transport()
[all …]
Dtransport.h154 bool* is_ambiguous, std::string* error_out);