OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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