Home
last modified time | relevance | path

Searched defs:singletonContext (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dsingleton_ctx.go63 type singletonContext struct { struct
64 context *Context
65 config interface{}
66 scope *localScope
68 ninjaFileDeps []string
69 errs []error
71 actionDefs localBuildActions
74 func (s *singletonContext) Config() interface{} {
78 func (s *singletonContext) ModuleName(logicModule Module) string {
82 func (s *singletonContext) ModuleDir(logicModule Module) string {
[all …]