Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_credentials.cc227 env->ThrowErrnoException(errno, "setgid"); in SetGid()
246 env->ThrowErrnoException(errno, "setegid"); in SetEGid()
265 env->ThrowErrnoException(errno, "setuid"); in SetUid()
284 env->ThrowErrnoException(errno, "seteuid"); in SetEUid()
295 if (ngroups == -1) return env->ThrowErrnoException(errno, "getgroups"); in GetGroups()
301 return env->ThrowErrnoException(errno, "getgroups"); in GetGroups()
337 if (rc == -1) return env->ThrowErrnoException(errno, "setgroups"); in SetGroups()
379 if (rc) return env->ThrowErrnoException(errno, "initgroups"); in InitGroups()
Dnode_process_methods.cc344 return env->ThrowErrnoException(errno, "kill"); in DebugProcess()
394 env->ThrowErrnoException(errno, "sprintf"); in DebugProcess()
Denv-inl.h1027 inline void Environment::ThrowErrnoException(int errorno, in ThrowErrnoException() function
Denv.h1087 inline void ThrowErrnoException(int errorno,