Home
last modified time | relevance | path

Searched defs:moduleContext (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dmodule_ctx.go290 type moduleContext struct { struct
291 baseModuleContext
292 scope *localScope
293 actionDefs localBuildActions
294 handledMissingDeps bool
494 func (m *moduleContext) ModuleSubDir() string {
498 func (m *moduleContext) Variable(pctx PackageContext, name, value string) {
509 func (m *moduleContext) Rule(pctx PackageContext, name string,
524 func (m *moduleContext) Build(pctx PackageContext, params BuildParams) {
535 func (m *moduleContext) PrimaryModule() Module {
[all …]
/build/soong/cc/
Dcc.go628 type moduleContext struct { struct
629 android.ModuleContext
630 moduleContextImpl
633 func (ctx *moduleContext) SocSpecific() bool {