Lines Matching defs:earlyModuleContext
112 type earlyModuleContext struct { struct
113 blueprint.EarlyModuleContext
115 kind moduleKind
116 config Config
119 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths {
123 func (e *earlyModuleContext) GlobFiles(globPattern string, excludes []string) Paths {
127 func (e *earlyModuleContext) IsSymlink(path Path) bool {
135 func (e *earlyModuleContext) Readlink(path Path) string {
143 func (e *earlyModuleContext) Module() Module {
148 func (e *earlyModuleContext) Config() Config {
152 func (e *earlyModuleContext) AConfig() Config {
156 func (e *earlyModuleContext) DeviceConfig() DeviceConfig {
160 func (e *earlyModuleContext) Platform() bool {
164 func (e *earlyModuleContext) DeviceSpecific() bool {
168 func (e *earlyModuleContext) SocSpecific() bool {
172 func (e *earlyModuleContext) ProductSpecific() bool {
176 func (e *earlyModuleContext) SystemExtSpecific() bool {
180 func (e *earlyModuleContext) Namespace() *Namespace {
184 …ntext) OtherModulePropertyErrorf(module Module, property string, fmt string, args ...interface{}) {
188 func (e *earlyModuleContext) HasMutatorFinished(mutatorName string) bool {