Searched refs:moduleContext (Results 1 – 5 of 5) sorted by relevance
117 func (ctx *moduleContext) SocSpecific() bool {124 func (ctx *moduleContext) DeviceSpecific() bool {135 func (ctx *moduleContext) ProductSpecific() bool {
698 type moduleContext struct { struct706 func (ctx *moduleContext) RustModule() *Module { argument710 func (ctx *moduleContext) toolchain() config.Toolchain { argument759 ctx := &moduleContext{
478 var _ ModuleContext = (*moduleContext)(nil)480 type moduleContext struct { struct736 func (m *moduleContext) ModuleSubDir() string { argument740 func (m *moduleContext) Variable(pctx PackageContext, name, value string) { argument751 func (m *moduleContext) Rule(pctx PackageContext, name string, argument766 func (m *moduleContext) Build(pctx PackageContext, params BuildParams) { argument777 func (m *moduleContext) GetMissingDependencies() []string { argument
2811 mctx := &moduleContext{
51 func (ctx *moduleContext) ProductSpecific() bool {55 func (ctx *moduleContext) SocSpecific() bool {59 func (ctx *moduleContext) DeviceSpecific() bool {