Home
last modified time | relevance | path

Searched defs:args (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h137 va_list args; in jniThrowExceptionFmt() local
Djni.h572 va_list args; in NewObject() local
631 va_list args; in CALL_TYPE() local
682 va_list args; in CALL_NONVIRT_TYPE() local
778 va_list args; in CALL_STATIC_TYPE() local
/libnativehelper/
DJNIHelp.cpp238 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) { in jniThrowExceptionFmt()