Home | History | Annotate | Download | only in vm

Lines Matching full:msgbuf

191     char msgBuf[512];
193 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args);
194 dvmThrowChainedException(exceptionDescriptor, msgBuf, NULL);