Lines Matching defs:RuleBuilder
42 type RuleBuilder struct { struct
43 pctx PackageContext
44 ctx BuilderContext
46 commands []*RuleBuilderCommand
47 installs RuleBuilderInstalls
48 temporariesSet map[WritablePath]bool
49 restat bool
50 sbox bool
51 highmem bool
52 remoteable RemoteRuleSupports
53 rbeParams *remoteexec.REParams
54 outDir WritablePath
55 sboxTools bool
56 sboxInputs bool
57 sboxManifestPath WritablePath
58 missingDeps []string