Home
last modified time | relevance | path

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

/third_party/node/src/api/
H A Dexceptions.cc32 Local<String> estring = OneByteString(isolate, errors::errno_string(errorno)); in ErrnoException()
58 env->errno_string(), in ErrnoException()
142 env->errno_string(), in UVException()
217 obj->Set(context, env->errno_string(), Integer::New(isolate, errorno)) in WinapiErrnoException()
/third_party/node/src/
H A Dnode_errors.h271 const char* errno_string(int errorno);
H A Dnode_file-inl.h342 env->errno_string(), in SyncCall()
H A Denv_properties.h120 V(errno_string, "errno") \
H A Dnode_errors.cc602 const char* errno_string(int errorno) { in errno_string() function
H A Dnode_file.cc1697 env->errno_string(), in CallMKDirpSync()
1855 ctx->Set(env->context(), env->errno_string(), in ReadDir()
H A Denv.cc1305 env->errno_string(), in CollectExceptionInfo()
H A Dnode_wasi.cc109 env->errno_string(), in WASIException()

Completed in 15 milliseconds