Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dexceptions.cc154 static const char* winapi_strerror(const int errorno, bool* must_free) { in winapi_strerror() function
194 msg = winapi_strerror(errorno, &must_free); in WinapiErrnoException()