Home
last modified time | relevance | path

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

/build/soong/android/
Dbase_module_context.go66 OtherModuleDependencyVariantExists(variations []blueprint.Variation, name string) bool methodSpec
292 func (b *baseModuleContext) OtherModuleDependencyVariantExists(variations []blueprint.Variation, na… func
293 return b.bp.OtherModuleDependencyVariantExists(variations, name)
/build/blueprint/
Dmodule_ctx.go370 OtherModuleDependencyVariantExists(variations []Variation, name string) bool methodSpec
645 func (m *baseModuleContext) OtherModuleDependencyVariantExists(variations []Variation, name string)… func
/build/soong/rust/
Drust.go1950 if actx.OtherModuleDependencyVariantExists(autoDepVariations, lib) {
1968 if actx.OtherModuleDependencyVariantExists(srcProviderVariations, lib) {
/build/soong/java/
Ddexpreopt_bootjars.go558 if ctx.OtherModuleDependencyVariantExists(ctx.Target().Variations(), dep) {
/build/soong/cc/
Dcc.go2953 variationExists := actx.OtherModuleDependencyVariantExists(nil, lib)