Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp833 bool* is_ambiguous, std::string* error_out, in acquire_one_transport() argument
838 *error_out = in acquire_one_transport()
841 *error_out = android::base::StringPrintf("device '%s' not found", serial); in acquire_one_transport()
843 *error_out = "no emulators found"; in acquire_one_transport()
845 *error_out = "no devices/emulators found"; in acquire_one_transport()
847 *error_out = "no devices found"; in acquire_one_transport()
853 *error_out = UsbNoPermissionsLongHelpText(); in acquire_one_transport()
865 *error_out = "more than one device"; in acquire_one_transport()
875 *error_out = "more than one device"; in acquire_one_transport()
883 *error_out = "more than one emulator"; in acquire_one_transport()
[all …]
Dtransport.h379 bool* is_ambiguous, std::string* error_out,