Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dexceptions.cc31 Local<String> estring = OneByteString(isolate, errors::errno_string(errorno)); in ErrnoException()
56 env->errno_string(), in ErrnoException()
139 env->errno_string(), in UVException()
213 obj->Set(env->context(), env->errno_string(), Integer::New(isolate, errorno)) in WinapiErrnoException()
/third_party/node/src/
Dnode_errors.h228 const char* errno_string(int errorno);
Dnode_file-inl.h292 env->errno_string(), in SyncCall()
Dnode_errors.cc462 const char* errno_string(int errorno) { in errno_string() function
Denv.cc944 env->errno_string(), in CollectExceptionInfo()
Dnode_file.cc1516 env->errno_string(), in CallMKDirpSync()
1665 ctx->Set(env->context(), env->errno_string(), in ReadDir()
Denv.h239 V(errno_string, "errno") \
Dnode_wasi.cc112 env->errno_string(), in WASIException()