Lines Matching defs:earlyModuleContext
2360 type earlyModuleContext struct { struct
2361 blueprint.EarlyModuleContext
2363 kind moduleKind
2364 config Config
2367 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths {
2371 func (e *earlyModuleContext) GlobFiles(globPattern string, excludes []string) Paths {
2375 func (e *earlyModuleContext) IsSymlink(path Path) bool {
2383 func (e *earlyModuleContext) Readlink(path Path) string {
2391 func (e *earlyModuleContext) Module() Module {
2396 func (e *earlyModuleContext) Config() Config {
2400 func (e *earlyModuleContext) AConfig() Config {
2404 func (e *earlyModuleContext) DeviceConfig() DeviceConfig {
2408 func (e *earlyModuleContext) Platform() bool {
2412 func (e *earlyModuleContext) DeviceSpecific() bool {
2416 func (e *earlyModuleContext) SocSpecific() bool {
2420 func (e *earlyModuleContext) ProductSpecific() bool {
2424 func (e *earlyModuleContext) SystemExtSpecific() bool {
2428 func (e *earlyModuleContext) Namespace() *Namespace {
2434 earlyModuleContext anonMember