Home
last modified time | relevance | path

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

/build/soong/java/
Dbootclasspath.go88 if ctx.OtherModuleDependencyVariantExists(variations, name) {
95 if ctx.OtherModuleDependencyVariantExists(variations, prebuiltName) {
103 if ctx.OtherModuleDependencyVariantExists(nil, prebuiltName) {
/build/blueprint/
Dmodule_ctx.go302 OtherModuleDependencyVariantExists(variations []Variation, name string) bool methodSpec
540 func (m *baseModuleContext) OtherModuleDependencyVariantExists(variations []Variation, name string)… func