Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c301 char msgBuf[512]; in jniThrowExceptionFmt() local
302 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args); in jniThrowExceptionFmt()
303 return jniThrowException(env, className, msgBuf); in jniThrowExceptionFmt()