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);
149 inline int jniThrowIOException(JNIEnv* env, int errnum) {
150 return jniThrowIOException(&env->functions, errnum);
  /libnativehelper/
JNIHelp.cpp 253 int jniThrowIOException(C_JNIEnv* env, int errnum) {

Completed in 68 milliseconds