Home
last modified time | relevance | path

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

/system/tools/hidl/lint/lints/
DmethodVersions.cpp45 std::string nameWithoutVersion = method.name().substr(0, underscore); in checkMethodVersion() local
54 if (nameWithoutVersion != StringHelper::ToCamelCase(nameWithoutVersion)) { in checkMethodVersion()