Home
last modified time | relevance | path

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

/build/blueprint/
Dprovider.go156 func (c *Context) setProvider(m *moduleInfo, provider *providerKey, value any) {
214 func (c *Context) provider(m *moduleInfo, provider *providerKey) (any, bool) {
225 func (c *Context) hasProvider(m *moduleInfo, provider *providerKey) bool {
236 func validateProvider(c *Context, m *moduleInfo, provider *providerKey) {
251 func (c *Context) mutatorFinishedForModule(mutator *mutatorInfo, m *moduleInfo) bool {
260 func (c *Context) mutatorStartedForModule(mutator *mutatorInfo, m *moduleInfo) bool {
Dcontext.go101 moduleInfo map[Module]*moduleInfo member
338 type moduleInfo struct { struct
340 typeName string
341 factory ModuleFactory
342 relBlueprintsFile string
343 pos scanner.Position
344 propertyPos map[string]scanner.Position
345 createdBy *moduleInfo
347 variant variant
349 logicModule Module
[all …]
Dcontext_test.go42 func walkDependencyGraph(ctx *Context, topModule *moduleInfo, allowDuplicates bool) (string, string…
1557 func calculateHashKey(m *moduleInfo, providerHashes [][]uint64) BuildActionCacheKey {
1920 func verifyBuildDefsShouldContain(t *testing.T, module *moduleInfo, expected string) {
1933 func verifyOrderOnlyStringsCache(t *testing.T, ctx *Context, incInfo, barInfo *moduleInfo) {
Dname_interface.go95 func newNamespaceContext(moduleInfo *moduleInfo) (ctx NamespaceContext) { argument
Dmodule_ctx.go223 moduleInfo() *moduleInfo methodSpec
458 func (d *baseModuleContext) moduleInfo() *moduleInfo { func
1503 func runAndRemoveLoadHooks(ctx *Context, config interface{}, module *moduleInfo,
1573 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
/build/soong/sdk/
Dupdate.go573 type moduleInfo struct { struct
575 moduleType string
577 name string
579 deps []string
582 memberSpecific map[string]interface{}
585 func (m *moduleInfo) MarshalJSON() ([]byte, error) {