Lines Matching full:errorf
142 return nil, fmt.Errorf("encountered rule params with no command " +
147 return nil, fmt.Errorf("Pool %s is not visible in this scope", r.Pool)
152 return nil, fmt.Errorf("error parsing Command param: %s", err)
159 return nil, fmt.Errorf("error parsing Depfile param: %s", err)
171 return nil, fmt.Errorf("error parsing Description param: %s", err)
187 return nil, fmt.Errorf("error parsing Rspfile param: %s", err)
195 return nil, fmt.Errorf("error parsing RspfileContent param: %s",
203 return nil, fmt.Errorf("error parsing CommandDeps param: %s", err)
272 return nil, fmt.Errorf("Rule %s is not visible in this scope", rule)
282 return nil, fmt.Errorf("error parsing Outputs param: %s", err)
287 return nil, fmt.Errorf("error parsing Inputs param: %s", err)
292 return nil, fmt.Errorf("error parsing Implicits param: %s", err)
297 return nil, fmt.Errorf("error parsing OrderOnly param: %s", err)
308 return nil, fmt.Errorf("unknown argument %q", name)
314 return nil, fmt.Errorf("argument lookup error: %s", err)
319 return nil, fmt.Errorf("error parsing variable %q: %s", name,