Searched refs:custom_msg (Results 1 – 1 of 1) sorted by relevance
43 const char* custom_msg = nullptr; in adb_strerror() local47 #define ERR(errnum, desc) case errnum: custom_msg = desc; break in adb_strerror()63 if (custom_msg != nullptr) { in adb_strerror()69 errmsg = _strerror(custom_msg); in adb_strerror()70 const size_t custom_msg_len = strlen(custom_msg); in adb_strerror()74 if ((errmsg != nullptr) && !strncmp(custom_msg, errmsg, custom_msg_len)) { in adb_strerror()