Lines Matching defs:error
76 static std::optional<TransportId> switch_socket_transport(int fd, std::string* error) { in switch_socket_transport()
132 bool adb_status(borrowed_fd fd, std::string* error) { in adb_status()
153 static int _adb_connect(std::string_view service, TransportId* transport, std::string* error, in _adb_connect()
217 std::string output, error; in adb_kill_server() local
233 int adb_connect(std::string_view service, std::string* error) { in adb_connect()
240 std::string error; in adb_get_server_executable_path() local
249 static bool __adb_check_server_version(std::string* error) { in __adb_check_server_version()
331 bool adb_check_server_version(std::string* error) { in adb_check_server_version()
344 int adb_connect(TransportId* transport, std::string_view service, std::string* error, in adb_connect()
370 std::string error; in adb_command() local
386 bool adb_query(const std::string& service, std::string* result, std::string* error) { in adb_query()
419 const std::optional<FeatureSet>& adb_get_feature_set(std::string* error) { in adb_get_feature_set()