Home
last modified time | relevance | path

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

/aosp14/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)); in error()
152 return g_errors.size() > 0; in hasErrors()
159 for (it=g_errors.begin(); it!=g_errors.end(); it++) { in printErrors()