Home
last modified time | relevance | path

Searched refs:PrimaryModule (Results 1 – 9 of 9) sorted by relevance

/build/blueprint/bootstrap/
Dbootstrap.go194 if ctx.PrimaryModule() == ctx.Module() {
284 if ctx.Module() != ctx.PrimaryModule() {
318 if ctx.Module() != ctx.PrimaryModule() {
319 primary := ctx.PrimaryModule().(*goPackage)
415 if ctx.Module() != ctx.PrimaryModule() {
429 if ctx.Module() != ctx.PrimaryModule() {
430 primary := ctx.PrimaryModule().(*goBinary)
691 if ctx.PrimaryModule(module) == module {
/build/soong/android/
Dsingleton.go82 PrimaryModule(module Module) Module methodSpec
247 func (s *singletonContextAdaptor) PrimaryModule(module Module) Module { func
248 return s.SingletonContext.PrimaryModule(module).(Module)
Dmetrics.go48 if ctx.PrimaryModule(m) == m {
Dandroidmk.go694 if amod, ok := mod.(Module); ok && ctx.PrimaryModule(amod) == amod {
Dmodule.go287 PrimaryModule() Module methodSpec
2458 func (b *baseModuleContext) PrimaryModule() Module { func
2459 return b.bp.PrimaryModule().(Module)
/build/blueprint/
Dsingleton_ctx.go139 PrimaryModule(module Module) Module methodSpec
348 func (s *singletonContext) PrimaryModule(module Module) Module { func
349 return s.context.PrimaryModule(module)
Dmodule_ctx.go253 PrimaryModule() Module methodSpec
712 func (m *baseModuleContext) PrimaryModule() Module { func
Dcontext.go3549 func (c *Context) PrimaryModule(module Module) Module { func
/build/soong/rust/
Dlibrary.go530 if ctx.Module() != ctx.PrimaryModule() {