HomeSort by relevance Sort by last modified time
    Searched refs:errnoExceptionClass (Results 1 - 3 of 3) sorted by null

  /libnativehelper/include/nativehelper/
JniConstants.h 54 static jclass errnoExceptionClass;
  /libnativehelper/
JniConstants.cpp 36 jclass JniConstants::errnoExceptionClass;
101 errnoExceptionClass = findClass(env, "android/system/ErrnoException");
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 179 static jmethodID ctor3 = env->GetMethodID(JniConstants::errnoExceptionClass,
181 static jmethodID ctor2 = env->GetMethodID(JniConstants::errnoExceptionClass,
183 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
    [all...]

Completed in 435 milliseconds