HomeSort by relevance Sort by last modified time
    Searched refs:perror_str (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
adb_io.cpp 47 *error = perror_str("protocol fault (couldn't read status length)");
55 *error = perror_str("protocol fault (couldn't read status message)");
adb_utils.h 46 std::string perror_str(const char* msg);
adb_client.cpp 102 *error = perror_str("write failure during connection");
120 *error = perror_str("protocol fault (couldn't read status)");
159 *error = perror_str("write failure during connection");
adb_utils.cpp 187 std::string perror_str(const char* msg) { function

Completed in 187 milliseconds