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

/system/core/adb/
H A Dsysdeps_win32.cpp559 const char* custom_msg = nullptr; local
563 #define ERR(errnum, desc) case errnum: custom_msg = desc; break
579 if (custom_msg != nullptr) {
585 errmsg = _strerror(custom_msg);
586 const size_t custom_msg_len = strlen(custom_msg);
591 !strncmp(custom_msg, errmsg, custom_msg_len)) {

Completed in 208 milliseconds