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;
100 errnoExceptionClass = findClass(env, "libcore/io/ErrnoException");
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 124 static jmethodID ctor3 = env->GetMethodID(JniConstants::errnoExceptionClass,
126 static jmethodID ctor2 = env->GetMethodID(JniConstants::errnoExceptionClass,
128 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
    [all...]

Completed in 152 milliseconds