Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go602 name, _ := parseModuleWithVersion(anImport)
622 anImport, _ := parseModuleWithVersion(anImportWithVersion)
652 name, _ := parseModuleWithVersion(anImport)
687 _, version := parseModuleWithVersion(tag.anImport)
865 func parseModuleWithVersion(moduleName string) (string, string) { func
878 moduleNameWithoutVersion, _ := parseModuleWithVersion(moduleName)
1087 name, targetVersion := parseModuleWithVersion(importString)
Daidl_api.go261 moduleName, version := parseModuleWithVersion(im)