Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dbase_module_context.go72 OtherModuleFarDependencyVariantExists(variations []blueprint.Variation, name string) bool methodSpec
284 func (b *baseModuleContext) OtherModuleFarDependencyVariantExists(variations []blueprint.Variation,… func
285 return b.bp.OtherModuleFarDependencyVariantExists(variations, name)
H A Dpackaging.go389 return ctx.OtherModuleFarDependencyVariantExists(t.Variations(), dep)
430 if ctx.OtherModuleFarDependencyVariantExists([]blueprint.Variation{sharedVariation}, dep) {
H A Dmodule.go1038 if ctx.OtherModuleFarDependencyVariantExists(variation, depName) {
/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go367 OtherModuleFarDependencyVariantExists(variations []Variation, name string) bool methodSpec
643 func (m *baseModuleContext) OtherModuleFarDependencyVariantExists(variations []Variation, name stri… func
/aosp_15_r20/build/soong/cc/
H A Dsanitize.go1846 if actx.OtherModuleFarDependencyVariantExists(variation, lib) {
1851 if actx.OtherModuleFarDependencyVariantExists(variation, prebuiltLibName) {