Home
last modified time | relevance | path

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

/system/core/adb/sysdeps/win32/
Derrno.cpp70 const size_t custom_msg_len = strlen(custom_msg); in adb_strerror() local
74 if ((errmsg != nullptr) && !strncmp(custom_msg, errmsg, custom_msg_len)) { in adb_strerror()
77 errmsg[custom_msg_len] = '\0'; in adb_strerror()