Searched defs:moduleInfo (Results 1 – 6 of 6) sorted by relevance
/build/blueprint/ |
D | provider.go | 116 func (c *Context) setProvider(m *moduleInfo, provider ProviderKey, value interface{}) { 163 func (c *Context) provider(m *moduleInfo, provider ProviderKey) (interface{}, bool) { 186 func (c *Context) mutatorFinishedForModule(mutator *mutatorInfo, m *moduleInfo) bool { 201 func (c *Context) mutatorStartedForModule(mutator *mutatorInfo, m *moduleInfo) bool {
|
D | context.go | 81 moduleInfo map[Module]*moduleInfo member 268 type moduleInfo struct { struct 270 typeName string 271 factory ModuleFactory 272 relBlueprintsFile string 273 pos scanner.Position 274 propertyPos map[string]scanner.Position 275 createdBy *moduleInfo 277 variant variant 279 logicModule Module [all …]
|
D | name_interface.go | 87 func newNamespaceContext(moduleInfo *moduleInfo) (ctx NamespaceContext) { argument
|
D | context_test.go | 35 func walkDependencyGraph(ctx *Context, topModule *moduleInfo, allowDuplicates bool) (string, string…
|
D | module_ctx.go | 182 moduleInfo() *moduleInfo methodSpec 388 func (d *baseModuleContext) moduleInfo() *moduleInfo { func 1335 func runAndRemoveLoadHooks(ctx *Context, config interface{}, module *moduleInfo, 1403 func maybeLogicModule(module *moduleInfo) Module {
|
/build/soong/mk2rbc/ |
D | node.go | 45 type moduleInfo struct { struct 46 path string // Converted Starlark file path 47 originalPath string // Makefile file path 48 moduleLocalName string 49 optional bool 50 missing bool // a module may not exist if a module that depends on it is loaded dynamically 53 func (im moduleInfo) entryName() string { 57 func (mi moduleInfo) name() string { 70 *moduleInfo anonMember
|