Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp719 bool* is_ambiguous, std::string* error_out, in acquire_one_transport() argument
724 *error_out = in acquire_one_transport()
727 *error_out = android::base::StringPrintf("device '%s' not found", serial); in acquire_one_transport()
729 *error_out = "no emulators found"; in acquire_one_transport()
731 *error_out = "no devices/emulators found"; in acquire_one_transport()
733 *error_out = "no devices found"; in acquire_one_transport()
740 *error_out = UsbNoPermissionsLongHelpText(); in acquire_one_transport()
753 *error_out = "more than one device"; in acquire_one_transport()
763 *error_out = "more than one device"; in acquire_one_transport()
771 *error_out = "more than one emulator"; in acquire_one_transport()
[all …]
Dtransport.h219 bool* is_ambiguous, std::string* error_out,