Home
last modified time | relevance | path

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

/build/soong/android/
Dprovider.go10 otherModuleProvider(m blueprint.Module, provider blueprint.AnyProviderKey) (any, bool) methodSpec
25 value, ok := ctx.otherModuleProvider(module, provider)
111 func (p *otherModuleProviderAdaptor) otherModuleProvider(module blueprint.Module, provider blueprin… func
Dbase_module_context.go86 otherModuleProvider(m blueprint.Module, provider blueprint.AnyProviderKey) (any, bool) methodSpec
261 func (b *baseModuleContext) otherModuleProvider(m blueprint.Module, provider blueprint.AnyProviderK… func