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

Completed in 890 milliseconds