Home
last modified time | relevance | path

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

/build/blueprint/
Dprovider.go116 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 {
Dcontext.go81 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 …]
Dname_interface.go87 func newNamespaceContext(moduleInfo *moduleInfo) (ctx NamespaceContext) { argument
Dcontext_test.go35 func walkDependencyGraph(ctx *Context, topModule *moduleInfo, allowDuplicates bool) (string, string…
Dmodule_ctx.go182 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/
Dnode.go45 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