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.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 3905 milliseconds