Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go613 name, _ := parseModuleWithVersion(anImport)
629 anImport, _ := parseModuleWithVersion(anImportWithVersion)
641 name, _ := parseModuleWithVersion(anImport)
742 _, version := parseModuleWithVersion(tag.anImport)
921 func parseModuleWithVersion(moduleName string) (string, string) { func
934 moduleNameWithoutVersion, _ := parseModuleWithVersion(moduleName)
1142 name, targetVersion := parseModuleWithVersion(importString)
Daidl_api.go216 moduleName, version := parseModuleWithVersion(im)