Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser.cpp140 ReportError("Bad introduced tag: " + std::string(tag)); in ParseSymbolTags()
154 ReportError("Bad introduced tag " + std::string(tag)); in ParseSymbolTags()
244 ReportError("No semicolon at the end of the symbol line: " + line); in ParseSymbolLine()
330 ReportError("No matching closing parenthesis"); in ParseVersionBlock()
351 ReportError("No version opening parenthesis" + line); in Parse()
Dversion_script_parser.h125 void ReportError(const std::string &error_msg) { in ReportError() function