Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go461 …if ctx.OtherModuleFarDependencyVariantExists(coreVariations, ctx.Module().(*Module).BaseModuleName…
475 …if ctx.OtherModuleFarDependencyVariantExists(productVariations, ctx.Module().(*Module).BaseModuleN…
/build/blueprint/
Dmodule_ctx.go309 OtherModuleFarDependencyVariantExists(variations []Variation, name string) bool methodSpec
549 func (m *baseModuleContext) OtherModuleFarDependencyVariantExists(variations []Variation, name stri… func