Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/aidl/build/
Daidl_interface.go602 name, _ := parseModuleWithVersion(anImport)
618 anImport, _ := parseModuleWithVersion(anImportWithVersion)
630 name, _ := parseModuleWithVersion(anImport)
731 _, version := parseModuleWithVersion(tag.anImport)
910 func parseModuleWithVersion(moduleName string) (string, string) { func
923 moduleNameWithoutVersion, _ := parseModuleWithVersion(moduleName)
1131 name, targetVersion := parseModuleWithVersion(importString)
Daidl_api.go216 moduleName, version := parseModuleWithVersion(im)