Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DJniException.cpp22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) { in jniThrowExceptionWithErrno() function
32 jniThrowExceptionWithErrno(env, "java/net/SocketException", error); in jniThrowSocketException()
DJniException.h22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);