Searched defs:jniThrowIOException (Results 1 - 2 of 2) sorted by relevance

/dalvik/libnativehelper/
H A DJNIHelp.c60 int jniThrowIOException(JNIEnv* env, int errnum) function
/dalvik/libnativehelper/include/nativehelper/
H A DJNIHelp.h56 int jniThrowIOException(C_JNIEnv* env, int errnum);
94 inline int jniThrowIOException(JNIEnv* env, int errnum) function
96 return jniThrowIOException(&env->functions, errnum);

Completed in 115 milliseconds