Home
last modified time | relevance | path

Searched refs:GetErrnoExceptionClass (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/native/
DJniConstants.h34 static jclass GetErrnoExceptionClass(JNIEnv* env);
DJniConstants.cpp156 jclass JniConstants::GetErrnoExceptionClass(JNIEnv* env) { in GetErrnoExceptionClass() function in JniConstants
Dlibcore_io_Linux.cpp260 jclass errnoExceptionClass = JniConstants::GetErrnoExceptionClass(env); in throwErrnoException()