Home
last modified time | relevance | path

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

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
H A Dnative-lib.cpp19 static void ThrowErrnoException(JNIEnv* env, const char* function_name, int err) { in ThrowErrnoException() function
59 ThrowErrnoException(env, "pthread_create", ret); in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_createBusyThreadFromJNI()
107 ThrowErrnoException(env, "pthread_create", ret); in Java_com_example_simpleperf_simpleperfexamplewithnative_SleepActivity_createSleepThreadFromJNI()
/dports/www/node10/node-v10.24.1/src/
H A Dnode_process.cc412 return env->ThrowErrnoException(errno, "setgid"); in SetGid()
429 return env->ThrowErrnoException(errno, "setegid"); in SetEGid()
446 return env->ThrowErrnoException(errno, "setuid"); in SetUid()
463 return env->ThrowErrnoException(errno, "seteuid"); in SetEUid()
473 return env->ThrowErrnoException(errno, "getgroups"); in GetGroups()
481 return env->ThrowErrnoException(errno, "getgroups"); in GetGroups()
528 return env->ThrowErrnoException(errno, "setgroups"); in SetGroups()
571 return env->ThrowErrnoException(errno, "initgroups"); in InitGroups()
H A Denv-inl.h692 inline void Environment::ThrowErrnoException(int errorno, in ThrowErrnoException() function
H A Denv.h765 inline void ThrowErrnoException(int errorno,
H A Dnode.cc2256 return env->ThrowErrnoException(errno, "kill"); in DebugProcess()
2313 env->ThrowErrnoException(errno, "sprintf"); in DebugProcess()