Searched refs:perror_str (Results 1 – 4 of 4) sorted by relevance
87 *error = perror_str("write failure during connection"); in switch_socket_transport()105 *error = perror_str("protocol fault (couldn't read status)"); in adb_status()145 *error = perror_str("write failure during connection"); in _adb_connect()
47 *error = perror_str("protocol fault (couldn't read status length)"); in ReadProtocolString()55 *error = perror_str("protocol fault (couldn't read status message)"); in ReadProtocolString()
43 std::string perror_str(const char* msg);
178 std::string perror_str(const char* msg) { in perror_str() function