Lines Matching defs:REParams
65 type REParams struct { struct
67 Platform map[string]string
69 Labels map[string]string
71 ExecStrategy string
73 Inputs []string
75 RSPFiles []string
78 OutputFiles []string
81 OutputDirectories []string
84 ToolchainInputs []string
87 EnvironmentVariables []string
89 Compare bool
91 NumLocalRuns int
93 NumRemoteRuns int
95 NoRemoteUpdateCache bool
103 func (r *REParams) Template() string {
109 func (r *REParams) NoVarTemplate(wrapper string) string {
113 func (r *REParams) wrapperArgs() string {