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

  /external/conscrypt/src/compat/native/
JNIHelp.h 76 int jniThrowIOException(C_JNIEnv* env, int errnum);
151 inline int jniThrowIOException(JNIEnv* env, int errnum) {
152 return jniThrowIOException(&env->functions, errnum);
JNIHelp.cpp 126 int jniThrowIOException(C_JNIEnv* env, int errnum) {
  /libnativehelper/include/nativehelper/
JNIHelp.h 76 int jniThrowIOException(C_JNIEnv* env, int errnum);
151 inline int jniThrowIOException(JNIEnv* env, int errnum) {
152 return jniThrowIOException(&env->functions, errnum);
  /libnativehelper/
JNIHelp.cpp 252 int jniThrowIOException(C_JNIEnv* env, int errnum) {

Completed in 60 milliseconds