Searched defs:mErrorBuf (Results 1 - 1 of 1) sorted by relevance

/system/core/libacc/
H A Dacc.cpp3982 String mErrorBuf; member in class:acc::Compiler
4593 mErrorBuf.printf("%ld: ", mLineNumber);
4594 mErrorBuf.vprintf(fmt, ap);
4595 mErrorBuf.printf("\n");
6110 if (mErrorBuf.len()) {
6188 return mErrorBuf.getUnwrapped();

Completed in 66 milliseconds