Searched refs:OtherModuleDependencyVariantExists (Results 1 – 5 of 5) sorted by relevance
/build/soong/java/ |
D | bootclasspath.go | 91 if ctx.OtherModuleDependencyVariantExists(variations, name) { 98 if ctx.OtherModuleDependencyVariantExists(variations, prebuiltName) {
|
D | dexpreopt_bootjars.go | 554 if ctx.OtherModuleDependencyVariantExists(apexVariationOfSelected, selected) { 556 …} else if ctx.OtherModuleDependencyVariantExists(apexVariationOfSelected, android.RemoveOptionalPr…
|
/build/soong/android/ |
D | base_module_context.go | 62 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/ |
D | module_ctx.go | 324 OtherModuleDependencyVariantExists(variations []Variation, name string) bool methodSpec 573 func (m *baseModuleContext) OtherModuleDependencyVariantExists(variations []Variation, name string)… func
|
/build/soong/rust/ |
D | rust.go | 1595 if actx.OtherModuleDependencyVariantExists(autoDepVariations, lib) { 1614 if actx.OtherModuleDependencyVariantExists(srcProviderVariations, lib) {
|