Searched refs:errnoExceptionClass (Results 1 – 2 of 2) sorted by relevance
49 jclass errnoExceptionClass; variable94 errnoExceptionClass = findClass(env, "android/system/ErrnoException"); in EnsureJniConstantsInitialized()158 return errnoExceptionClass; in GetErrnoExceptionClass()
260 jclass errnoExceptionClass = JniConstants::GetErrnoExceptionClass(env); in throwErrnoException() local261 static jmethodID ctor3 = env->GetMethodID(errnoExceptionClass, in throwErrnoException()263 static jmethodID ctor2 = env->GetMethodID(errnoExceptionClass, in throwErrnoException()265 throwException(env, errnoExceptionClass, ctor3, ctor2, functionName, error); in throwErrnoException()