Searched refs:fmt (Results 1 – 4 of 4) 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 | 291 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) { in jniThrowExceptionFmt() argument 293 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args); in jniThrowExceptionFmt()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 53 inline int jniThrowExceptionFmt(JNIEnv* env, const char* className, const char* fmt, ...) { in jniThrowExceptionFmt() argument 55 va_start(args, fmt); in jniThrowExceptionFmt() 56 return jniThrowExceptionFmt(&env->functions, className, fmt, args); in jniThrowExceptionFmt()
|
D | libnativehelper_api.h | 71 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args);
|