Home
last modified time | relevance | path

Searched refs:msgBuf (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.c365 char msgBuf[512]; in jniThrowExceptionFmt() local
366 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args); in jniThrowExceptionFmt()
367 return jniThrowException(env, className, msgBuf); in jniThrowExceptionFmt()
/libnativehelper/include/nativehelper/
DJNIHelp.h453 char msgBuf[512]; in jniThrowExceptionFmt() local
454 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args); in jniThrowExceptionFmt()
456 return jniThrowException(env, className, msgBuf); in jniThrowExceptionFmt()