Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go608 func hasVersionSuffix(moduleName string) bool { func
609 hasVersionSuffix, _ := regexp.MatchString("-V\\d+$", moduleName)
610 return hasVersionSuffix
614 if hasVersionSuffix(moduleName) {
632 if hasVersionSuffix(i.ModuleBase.Name()) {
Daidl_interface_backends.go391 if hasVersionSuffix(anImport) {