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.h 23 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);
JniException.cpp 38 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) {
48 jniThrowExceptionWithErrno(env, "java/net/SocketException", error);

Completed in 21 milliseconds