Searched refs:OtherModuleDependencyVariantExists (Results 1 – 2 of 2) sorted by relevance
88 if ctx.OtherModuleDependencyVariantExists(variations, name) {95 if ctx.OtherModuleDependencyVariantExists(variations, prebuiltName) {103 if ctx.OtherModuleDependencyVariantExists(nil, prebuiltName) {
302 OtherModuleDependencyVariantExists(variations []Variation, name string) bool methodSpec540 func (m *baseModuleContext) OtherModuleDependencyVariantExists(variations []Variation, name string)… func