Home
last modified time | relevance | path

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

/system/tools/hidl/lint/lints/
DenumMaxAndAll.cpp48 std::string errorString; in enumValueNames() local
51 errorString = "\"" + token + "\"" + in enumValueNames()
61 if (!errorString.empty()) { in enumValueNames()
62 errors->push_back(Lint(WARNING, ev->location(), errorString)); in enumValueNames()
DmethodVersions.cpp107 std::string errorString; in methodVersions() local
108 if (checkMethodVersion(*method, ast.package(), &errorString)) { in methodVersions()
132 errors->push_back(Lint(WARNING, method->location()) << errorString << "\n"); in methodVersions()