Home
last modified time | relevance | path

Searched refs:jniThrowErrnoException (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp67 jniThrowErrnoException(env, m.c_str(), cause); in throwErrnoException()
/libnativehelper/
DJNIHelp.c384 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException() function
/libnativehelper/include/nativehelper/
DJNIHelp.h423 [[maybe_unused]] static int jniThrowErrnoException(JNIEnv* env, const char* functionName, in jniThrowErrnoException() function