Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp559 const char* custom_msg = nullptr; in adb_strerror() local
563 #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()