Home
last modified time | relevance | path

Searched defs:underscore (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/lint/lints/
DmethodVersions.cpp36 size_t underscore = method.name().find('_'); in getSanitizedMethodName() local
41 size_t underscore = method.name().find('_'); in checkMethodVersion() local
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp86 size_t underscore = name.find('_'); in pushVersionedMethodOntoMap() local