Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h76 int jniThrowIOException(C_JNIEnv* env, int errnum);
151 inline int jniThrowIOException(JNIEnv* env, int errnum) { in jniThrowIOException() function
152 return jniThrowIOException(&env->functions, errnum); in jniThrowIOException()
/libnativehelper/
DJNIHelp.cpp271 int jniThrowIOException(C_JNIEnv* env, int errnum) { in jniThrowIOException() function