Searched refs:custom_msg (Results 1 – 1 of 1) sorted by relevance
559 const char* custom_msg = nullptr; in adb_strerror() local563 #define ERR(errnum, desc) case errnum: custom_msg = desc; break in adb_strerror()579 if (custom_msg != nullptr) { in adb_strerror()585 errmsg = _strerror(custom_msg); in adb_strerror()586 const size_t custom_msg_len = strlen(custom_msg); in adb_strerror()591 !strncmp(custom_msg, errmsg, custom_msg_len)) { in adb_strerror()