Lines Matching defs:error
81 static std::optional<TransportId> switch_socket_transport(int fd, std::string* error) { in switch_socket_transport()
137 bool adb_status(borrowed_fd fd, std::string* error) { in adb_status()
158 static int _adb_connect(std::string_view service, TransportId* transport, std::string* error, in _adb_connect()
222 std::string output, error; in adb_kill_server() local
238 int adb_connect(std::string_view service, std::string* error) { in adb_connect()
245 std::string error; in adb_get_server_executable_path() local
254 static bool __adb_check_server_version(std::string* error) { in __adb_check_server_version()
336 bool adb_check_server_version(std::string* error) { in adb_check_server_version()
349 int adb_connect(TransportId* transport, std::string_view service, std::string* error, in adb_connect()
375 std::string error; in adb_command() local
391 bool adb_query(const std::string& service, std::string* result, std::string* error, in adb_query()
425 const std::optional<FeatureSet>& adb_get_feature_set(std::string* error) { in adb_get_feature_set()