Home
last modified time | relevance | path

Searched refs:errnoExceptionClass (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
DJniConstants.cpp49 jclass errnoExceptionClass; variable
94 errnoExceptionClass = findClass(env, "android/system/ErrnoException"); in EnsureJniConstantsInitialized()
158 return errnoExceptionClass; in GetErrnoExceptionClass()
Dlibcore_io_Linux.cpp260 jclass errnoExceptionClass = JniConstants::GetErrnoExceptionClass(env); in throwErrnoException() local
261 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()