Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/
DALog-priv.h37 #define ALOG(priority, tag, fmt, ...) \ argument
38 __android_log_print(ANDROID_##priority, tag, fmt, __VA_ARGS__)
DJNIHelp.c364 int jniThrowExceptionFmt(JNIEnv* env, const char* className, const char* fmt, va_list args) { in jniThrowExceptionFmt() argument
366 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args); in jniThrowExceptionFmt()
/libnativehelper/include/nativehelper/
DJNIHelp.h450 const char* fmt, ...) { in jniThrowExceptionFmt() argument
452 va_start(args, fmt); in jniThrowExceptionFmt()
454 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args); in jniThrowExceptionFmt()