Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h91 MODULE_API int jniThrowIOException(C_JNIEnv* env, int errnum);
221 inline int jniThrowIOException(JNIEnv* env, int errnum) { in jniThrowIOException() function
222 return jniThrowIOException(&env->functions, errnum); in jniThrowIOException()
/libnativehelper/
Dlibnativehelper.map.txt15 jniThrowIOException;
DJNIHelp.cpp244 MODULE_API int jniThrowIOException(C_JNIEnv* env, int errnum) { in jniThrowIOException() function