Lines Matching refs:versionedName
45 cppSourceGen := i.versionedName(version) + "-" + lang + "-source"
46 cppModuleGen := i.versionedName(version) + "-" + lang
216 cppAnalyzerSourceGen := i.versionedName("") + "-cpp-analyzer-source"
217 cppAnalyzerModuleGen := i.versionedName("") + "-cpp-analyzer"
277 …Shared_libs: append(append(importExportDependencies, i.versionedName(version)+"-"+la…
303 javaSourceGen := i.versionedName(version) + "-java-source"
304 javaModuleGen := i.versionedName(version) + "-java"
371 rustSourceGen := i.versionedName(version) + "-rust-source"
372 rustModuleGen := i.versionedName(version) + "-rust"
400 versionedRustName := fixRustName(i.versionedName(version))
437 func (i *aidlInterface) versionedName(version string) string { func
496 return other.versionedName(other.nextVersion())
498 return other.versionedName(other.latestVersion())