Searched refs:throwErrnoException (Results 1 – 2 of 2) sorted by relevance
65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException() function117 throwErrnoException), in JNI_OnLoad()
44 … private static native void throwErrnoException(String fileName, int cause) throws ErrnoException; in throwErrnoException() method in JniHelpTest119 throwErrnoException(functionName, err); in testErrnoException()