OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jniThrowIOException
(Results
1 - 2
of
2
) sorted by null
/libnativehelper/include/nativehelper/
JNIHelp.h
76
int
jniThrowIOException
(C_JNIEnv* env, int errnum);
151
inline int
jniThrowIOException
(JNIEnv* env, int errnum) {
152
return
jniThrowIOException
(&env->functions, errnum);
/libnativehelper/
JNIHelp.cpp
271
int
jniThrowIOException
(C_JNIEnv* env, int errnum) {
Completed in 3638 milliseconds