Searched refs:fmt (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/ |
D | ALog-priv.h | 38 #define ALOG(priority, tag, fmt...) \ argument 39 __android_log_print(ANDROID_##priority, tag, fmt)
|
D | JNIHelp.cpp | 230 MODULE_API int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list … in jniThrowExceptionFmt() argument 232 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args); in jniThrowExceptionFmt()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 76 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() argument 208 va_start(args, fmt); in jniThrowExceptionFmt() 209 return jniThrowExceptionFmt(&env->functions, className, fmt, args); in jniThrowExceptionFmt()
|