Searched refs:g_errors (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/tools/aapt/
H A DSourcePos.cpp32 static vector<ErrorPos> g_errors; variable
120 g_errors.push_back(ErrorPos(this->file, this->line, msg, ErrorPos::ERROR));
152 return g_errors.size() > 0;
159 for (it=g_errors.begin(); it!=g_errors.end(); it++) {

Completed in 739 milliseconds