Home
last modified time | relevance | path

Searched defs:RuleParams (Results 1 – 9 of 9) sorted by relevance

/build/blueprint/
Dninja_defs.go57 type RuleParams struct { struct
59 Command string // The command that Ninja will run for the rule.
60 Depfile string // The dependency file name.
61 Deps Deps // The format of the dependency file.
62 Description string // The description that Ninja will print for the rule.
63 Generator bool // Whether the rule generates the Ninja manifest file.
64 Pool Pool // The Ninja pool to which the rule belongs.
65 Restat bool // Whether Ninja should re-stat the rule's outputs.
66 Rspfile string // The response file.
67 RspfileContent string // The response file content.
[all …]
Dpackage_ctx.go68 StaticRule(name string, params RuleParams, argNames ...string) Rule
69 RuleFunc(name string, f func(interface{}) (RuleParams, error), argNames ...string) Rule
Dsingleton_ctx.go67 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule
Dmodule_ctx.go307 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule
/build/soong/remoteexec/
Dremoteexec.go172 func StaticRules(ctx android.PackageContext, name string, ruleParams blueprint.RuleParams, reParams…
186 …iCommandStaticRules(ctx android.PackageContext, name string, ruleParams blueprint.RuleParams, rePa…
/build/soong/android/
Dtesting.go170 RuleParams blueprint.RuleParams member
Dsingleton.go37 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.…
Drule_builder.go343 Rule(PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule
Dmodule.go208 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.…