Searched refs:errno_string (Results 1 - 8 of 8) sorted by relevance
/third_party/node/src/api/ |
H A D | exceptions.cc | 32 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 D | node_errors.h | 271 const char* errno_string(int errorno);
|
H A D | node_file-inl.h | 342 env->errno_string(), in SyncCall()
|
H A D | env_properties.h | 120 V(errno_string, "errno") \
|
H A D | node_errors.cc | 602 const char* errno_string(int errorno) { in errno_string() function
|
H A D | node_file.cc | 1697 env->errno_string(), in CallMKDirpSync() 1855 ctx->Set(env->context(), env->errno_string(), in ReadDir()
|
H A D | env.cc | 1305 env->errno_string(), in CollectExceptionInfo()
|
H A D | node_wasi.cc | 109 env->errno_string(), in WASIException()
|
Completed in 15 milliseconds