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