Home
last modified time | relevance | path

Searched refs:ModuleVariantsFromName (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dsingleton.go39 ModuleVariantsFromName(referer ModuleProxy, name string) []ModuleProxy methodSpec
349 func (s *singletonContextAdaptor) ModuleVariantsFromName(referer ModuleProxy, name string) []Module… func
353 modules := s.SingletonContext.ModuleVariantsFromName(referer.module, name)
Dgen_notice.go61 mods := ctx.ModuleVariantsFromName(m, name)
/build/blueprint/
Dsingleton_ctx.go174 ModuleVariantsFromName(referer ModuleProxy, name string) []ModuleProxy methodSpec
408 func (s *singletonContext) ModuleVariantsFromName(referer ModuleProxy, name string) []ModuleProxy { func