Home
last modified time | relevance | path

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

/build/soong/java/
Dbootclasspath.go91 if ctx.OtherModuleDependencyVariantExists(variations, name) {
98 if ctx.OtherModuleDependencyVariantExists(variations, prebuiltName) {
Ddexpreopt_bootjars.go554 if ctx.OtherModuleDependencyVariantExists(apexVariationOfSelected, selected) {
556 …} else if ctx.OtherModuleDependencyVariantExists(apexVariationOfSelected, android.RemoveOptionalPr…
/build/soong/android/
Dbase_module_context.go62 OtherModuleDependencyVariantExists(variations []blueprint.Variation, name string) bool methodSpec
248 func (b *baseModuleContext) OtherModuleDependencyVariantExists(variations []blueprint.Variation, na… func
249 return b.bp.OtherModuleDependencyVariantExists(variations, name)
/build/blueprint/
Dmodule_ctx.go324 OtherModuleDependencyVariantExists(variations []Variation, name string) bool methodSpec
573 func (m *baseModuleContext) OtherModuleDependencyVariantExists(variations []Variation, name string)… func
/build/soong/rust/
Drust.go1595 if actx.OtherModuleDependencyVariantExists(autoDepVariations, lib) {
1614 if actx.OtherModuleDependencyVariantExists(srcProviderVariations, lib) {