Searched refs:g_errors (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DSourcePos.cpp29 static vector<ErrorPos> g_errors; variable
133 g_errors.push_back(ErrorPos(this->file, this->line, String8(buf), true));
158 return g_errors.size() > 0;
165 for (it=g_errors.begin(); it!=g_errors.end(); it++) {

Completed in 29 milliseconds