Searched refs:msgBuf (Results 1 – 1 of 1) sorted by relevance
105 char msgBuf[512]; in dvmThrowExceptionFmtV() local107 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args); in dvmThrowExceptionFmtV()108 dvmThrowChainedException(exceptionClass, msgBuf, NULL); in dvmThrowExceptionFmtV()