Searched refs:msgBuf (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/ |
D | JNIHelp.c | 365 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/ |
D | JNIHelp.h | 453 char msgBuf[512]; in jniThrowExceptionFmt() local 454 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args); in jniThrowExceptionFmt() 456 return jniThrowException(env, className, msgBuf); in jniThrowExceptionFmt()
|