Home
last modified time | relevance | path

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

/build/soong/android/
Dmodule.go1529 type moduleContext struct { struct
1530 bp blueprint.ModuleContext
1531 baseModuleContext
1532 installDeps InstallPaths
1533 installFiles InstallPaths
1534 checkbuildFiles Paths
1535 module Module
1536 phonies map[string]Paths
1539 buildParams []BuildParams
1540 ruleParams map[blueprint.Rule]blueprint.RuleParams
[all …]
/build/blueprint/
Dmodule_ctx.go448 type moduleContext struct { struct
449 baseModuleContext
450 scope *localScope
451 actionDefs localBuildActions
452 handledMissingDeps bool
657 func (m *moduleContext) ModuleSubDir() string {
661 func (m *moduleContext) Variable(pctx PackageContext, name, value string) {
672 func (m *moduleContext) Rule(pctx PackageContext, name string,
687 func (m *moduleContext) Build(pctx PackageContext, params BuildParams) {
698 func (m *moduleContext) PrimaryModule() Module {
[all …]
/build/soong/rust/
Drust.go597 type moduleContext struct { struct
598 android.ModuleContext
605 func (ctx *moduleContext) RustModule() *Module {
609 func (ctx *moduleContext) toolchain() config.Toolchain {
/build/soong/cc/
Dcc.go1088 type moduleContext struct { struct
1089 android.ModuleContext
1090 moduleContextImpl
1093 func (ctx *moduleContext) ProductSpecific() bool {
1098 func (ctx *moduleContext) SocSpecific() bool {