HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowExceptionWithErrno (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/native/
JniException.cpp 20 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) {
26 jniThrowExceptionWithErrno(env, "java/net/BindException", error);
30 jniThrowExceptionWithErrno(env, "java/net/ConnectException", error);
38 jniThrowExceptionWithErrno(env, "java/lang/SecurityException", error);
42 jniThrowExceptionWithErrno(env, "java/net/SocketException", error);
46 jniThrowExceptionWithErrno(env, "java/net/SocketTimeoutException", error);
JniException.h 22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);

Completed in 47 milliseconds