Lines Matching refs:PropertyErrorf
73 PropertyErrorf(property, fmt string, args ...interface{}) methodSpec
878 ctx.PropertyErrorf("dist.tag", "%s", err.Error())
1213 …ctx.PropertyErrorf("device_specific", "a module cannot be specific to SoC and device at the same t…
1215 ctx.PropertyErrorf("vendor", msg)
1218 ctx.PropertyErrorf("proprietary", msg)
1221 ctx.PropertyErrorf("soc_specific", msg)
1226 …ctx.PropertyErrorf("product_specific", "a module cannot be specific to product and system_ext at t…
1227 ctx.PropertyErrorf("system_ext_specific", msg)
1232 …ctx.PropertyErrorf("product_specific", "a module cannot be specific to SoC or device and product a…
1234 …ctx.PropertyErrorf("system_ext_specific", "a module cannot be specific to SoC or device and system…
1237 ctx.PropertyErrorf("device_specific", msg)
1240 ctx.PropertyErrorf("vendor", msg)
1243 ctx.PropertyErrorf("proprietary", msg)
1246 ctx.PropertyErrorf("soc_specific", msg)
1333 ctx.PropertyErrorf("dist.dest", "%s", err.Error())
1339 ctx.PropertyErrorf("dist.dir", "%s", err.Error())
1344 ctx.PropertyErrorf("dist.suffix", "Suffix may not contain a '/' character.")