Home
last modified time | relevance | path

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

/aosp12/build/blueprint/bootstrap/
H A 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 {
/aosp12/build/soong/android/
H A Dsingleton.go82 PrimaryModule(module Module) Module
247 func (s *singletonContextAdaptor) PrimaryModule(module Module) Module { func
248 return s.SingletonContext.PrimaryModule(module).(Module)
H A Dmetrics.go48 if ctx.PrimaryModule(m) == m {
H A Dmodule.go287 PrimaryModule() Module
2458 func (b *baseModuleContext) PrimaryModule() Module { func
2459 return b.bp.PrimaryModule().(Module)
H A Dandroidmk.go694 if amod, ok := mod.(Module); ok && ctx.PrimaryModule(amod) == amod {
/aosp12/build/blueprint/
H A Dsingleton_ctx.go139 PrimaryModule(module Module) Module
348 func (s *singletonContext) PrimaryModule(module Module) Module { func
349 return s.context.PrimaryModule(module)
H A Dmodule_ctx.go253 PrimaryModule() Module
712 func (m *baseModuleContext) PrimaryModule() Module { func
H A Dcontext.go3549 func (c *Context) PrimaryModule(module Module) Module { func
/aosp12/build/soong/rust/
H A Dlibrary.go530 if ctx.Module() != ctx.PrimaryModule() {