Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dsingleton.go36 ModuleVariantsFromName(referer Module, name string) []Module methodSpec
280 func (s *singletonContextAdaptor) ModuleVariantsFromName(referer Module, name string) []Module { func
284 modules := s.SingletonContext.ModuleVariantsFromName(referer, name)
H A Dgen_notice.go60 mods := ctx.ModuleVariantsFromName(gm, name)
/aosp_15_r20/build/blueprint/
H A Dsingleton_ctx.go169 ModuleVariantsFromName(referer Module, name string) []Module methodSpec
399 func (s *singletonContext) ModuleVariantsFromName(referer Module, name string) []Module { func