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 45 *error = perror_str("protocol fault (couldn't read status length)");
53 *error = perror_str("protocol fault (couldn't read status message)");
adb_utils.h 47 std::string perror_str(const char* msg);
adb_client.cpp 98 *error = perror_str("write failure during connection");
116 *error = perror_str("protocol fault (couldn't read status)");
167 *error = perror_str("write failure during connection");
adb_utils.cpp 221 std::string perror_str(const char* msg) { function

Completed in 483 milliseconds