Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go775 if !hasVersionSuffix(im) {
860 func hasVersionSuffix(moduleName string) bool { func
861 hasVersionSuffix, _ := regexp.MatchString("-V\\d+$", moduleName)
862 return hasVersionSuffix
866 if hasVersionSuffix(moduleName) {
909 if hasVersionSuffix(i.ModuleBase.Name()) {
Daidl_api.go264 if version == importIfaces[moduleName].nextVersion() || !hasVersionSuffix(im) {
268 if hasVersionSuffix(im) {
Daidl_interface_backends.go489 if hasVersionSuffix(anImport) {