Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser.cpp100 ReportError("Bad introduced tag: " + std::string(tag)); in ParseSymbolTags()
114 ReportError("Bad introduced tag " + std::string(tag)); in ParseSymbolTags()
167 ReportError("No semicolon at the end of the symbol line: " + line); in ParseSymbolLine()
252 ReportError("No matching closing parenthesis"); in ParseVersionBlock()
273 ReportError("No version opening parenthesis" + line); in Parse()
Dversion_script_parser.h105 void ReportError(const std::string &error_msg) { in ReportError() function
/development/vndk/tools/header-checker/src/utils/
Dconfig_file.cpp60 ReportError(line_no, "bad section name line"); in ParseLine()
71 ReportError(line_no, "bad key-value line"); in ParseLine()
Dconfig_file.h166 void ReportError(size_t line_no, const char *cause) { in ReportError() function