HomeSort by relevance Sort by last modified time
    Searched defs:jniThrowIOException (Results 1 - 2 of 2) sorted by null

  /libnativehelper/include/nativehelper/
JNIHelp.h 74 int jniThrowIOException(C_JNIEnv* env, int errnum);
144 inline int jniThrowIOException(JNIEnv* env, int errnum) {
145 return jniThrowIOException(&env->functions, errnum);
  /libnativehelper/
JNIHelp.cpp 251 int jniThrowIOException(C_JNIEnv* env, int errnum) {

Completed in 59 milliseconds