Searched refs:errno_string (Results 1 – 8 of 8) sorted by relevance
/third_party/node/src/api/ |
D | exceptions.cc | 31 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/ |
D | node_errors.h | 228 const char* errno_string(int errorno);
|
D | node_file-inl.h | 292 env->errno_string(), in SyncCall()
|
D | node_errors.cc | 462 const char* errno_string(int errorno) { in errno_string() function
|
D | env.cc | 944 env->errno_string(), in CollectExceptionInfo()
|
D | node_file.cc | 1516 env->errno_string(), in CallMKDirpSync() 1665 ctx->Set(env->context(), env->errno_string(), in ReadDir()
|
D | env.h | 239 V(errno_string, "errno") \
|
D | node_wasi.cc | 112 env->errno_string(), in WASIException()
|