HomeSort by relevance Sort by last modified time
    Searched defs:jniThrowExceptionFmt (Results 1 - 2 of 2) sorted by null

  /libnativehelper/include/nativehelper/
JNIHelp.h 128 extern "C" int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args);
134 inline int jniThrowExceptionFmt(JNIEnv* env, const char* className, const char* fmt, ...) {
137 return jniThrowExceptionFmt(&env->functions, className, fmt, args);
  /libnativehelper/
JNIHelp.cpp 239 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) {

Completed in 462 milliseconds