Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h130 va_list args; in jniThrowExceptionFmt() local
Djni.h585 va_list args; in NewObject() local
644 va_list args; in CALL_TYPE() local
695 va_list args; in CALL_NONVIRT_TYPE() local
791 va_list args; in CALL_STATIC_TYPE() local
/libnativehelper/
DJNIHelp.cpp237 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) { in jniThrowExceptionFmt()