Home
last modified time | relevance | path

Searched refs:jniThrowExceptionFmt (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h76 MODULE_API int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list …
206 inline int jniThrowExceptionFmt(JNIEnv* env, const char* className, const char* fmt, ...) { in jniThrowExceptionFmt() function
209 return jniThrowExceptionFmt(&env->functions, className, fmt, args); in jniThrowExceptionFmt()
/libnativehelper/
Dlibnativehelper.map.txt12 jniThrowExceptionFmt;
DJNIHelp.cpp230 MODULE_API int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list … in jniThrowExceptionFmt() function