Lines Matching refs:ERROR
58 PLOG(ERROR) << "Couldn't read " << path; in adbd_auth_verify()
71 LOG(ERROR) << "Invalid base64 key " << line.c_str() << " in " << path; in adbd_auth_verify()
77 LOG(ERROR) << "Failed to parse key " << line.c_str() << " in " << path; in adbd_auth_verify()
134 LOG(ERROR) << "Client not connected"; in adbd_auth_confirm_key()
140 LOG(ERROR) << "Key must be a null-terminated string"; in adbd_auth_confirm_key()
147 LOG(ERROR) << "Key too long (" << msg_len << ")"; in adbd_auth_confirm_key()
153 PLOG(ERROR) << "Failed to write PK"; in adbd_auth_confirm_key()
161 PLOG(ERROR) << "Failed to accept"; in adbd_auth_listener()
183 PLOG(ERROR) << "Failed to get adbd socket"; in adbd_cloexec_auth_socket()
192 PLOG(ERROR) << "Failed to get adbd socket"; in adbd_auth_init()
197 PLOG(ERROR) << "Failed to listen on '" << fd << "'"; in adbd_auth_init()
209 PLOG(ERROR) << "Error generating token"; in send_auth_request()