Searched refs:ThrowErrnoException (Results 1 – 4 of 4) sorted by relevance
/third_party/node/src/ |
D | node_credentials.cc | 227 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()
|
D | node_process_methods.cc | 344 return env->ThrowErrnoException(errno, "kill"); in DebugProcess() 394 env->ThrowErrnoException(errno, "sprintf"); in DebugProcess()
|
D | env-inl.h | 1027 inline void Environment::ThrowErrnoException(int errorno, in ThrowErrnoException() function
|
D | env.h | 1087 inline void ThrowErrnoException(int errorno,
|