Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dbootclasspath.go91 if ctx.OtherModuleDependencyVariantExists(variations, name) {
98 if ctx.OtherModuleDependencyVariantExists(variations, prebuiltName) {
H A Ddexpreopt_bootjars.go560 if ctx.OtherModuleDependencyVariantExists(apexVariationOfSelected, selected) {
562 …} else if ctx.OtherModuleDependencyVariantExists(apexVariationOfSelected, android.RemoveOptionalPr…
/aosp_15_r20/build/soong/android/
H A Dbase_module_context.go65 OtherModuleDependencyVariantExists(variations []blueprint.Variation, name string) bool methodSpec
281 func (b *baseModuleContext) OtherModuleDependencyVariantExists(variations []blueprint.Variation, na… func
282 return b.bp.OtherModuleDependencyVariantExists(variations, name)
/aosp_15_r20/build/soong/tradefed_modules/
H A Dtest_suite.go63 if ctx.OtherModuleDependencyVariantExists(ctx.Config().BuildOSCommonTarget.Variations(), test) {
/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go360 OtherModuleDependencyVariantExists(variations []Variation, name string) bool methodSpec
631 func (m *baseModuleContext) OtherModuleDependencyVariantExists(variations []Variation, name string)… func
/aosp_15_r20/build/soong/rust/
H A Drust.go1645 if actx.OtherModuleDependencyVariantExists(autoDepVariations, lib) {
1663 if actx.OtherModuleDependencyVariantExists(srcProviderVariations, lib) {
/aosp_15_r20/build/soong/cc/
H A Dcc.go2556 variationExists := actx.OtherModuleDependencyVariantExists(nil, lib)