Home
last modified time | relevance | path

Searched refs:hasErrors (Results 1 – 4 of 4) sorted by relevance

/build/soong/mk2rbc/
Dandroid_products.go31 hasErrors bool member
38 l.hasErrors = true
46 l.hasErrors = true
89 ldEval.hasErrors = false
91 if ldEval.hasErrors {
Dvariable.go236 gctx.starScript.hasErrors = true
Dmk2rbc.go467 hasErrors bool member
1067 ctx.script.hasErrors = true
2189 return ss.hasErrors
/build/soong/bazel/
Dproperties_test.go708 …if hasErrors, expectsErr := len(tc.ctx.errors) > 0, tc.expectedErrMsg != nil; hasErrors != expects…