Home
last modified time | relevance | path

Searched refs:throwErrnoException (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException() function
117 throwErrnoException), in JNI_OnLoad()
/libnativehelper/tests_mts/src/com/android/art/libnativehelper/
DJniHelpTest.java44 … private static native void throwErrnoException(String fileName, int cause) throws ErrnoException; in throwErrnoException() method in JniHelpTest
119 throwErrnoException(functionName, err); in testErrnoException()