Home
last modified time | relevance | path

Searched refs:perror_str (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dadb_io.cpp47 *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()
Dadb_client.cpp102 *error = perror_str("write failure during connection"); in switch_socket_transport()
120 *error = perror_str("protocol fault (couldn't read status)"); in adb_status()
159 *error = perror_str("write failure during connection"); in _adb_connect()
Dadb_utils.h46 std::string perror_str(const char* msg);
Dadb_utils.cpp187 std::string perror_str(const char* msg) { in perror_str() function