Lines Matching refs:PropertyErrorf
97 PropertyErrorf(property, fmt string, args ...interface{}) methodSpec
739 …ctx.PropertyErrorf("device_specific", "a module cannot be specific to SoC and device at the same t…
741 ctx.PropertyErrorf("vendor", msg)
744 ctx.PropertyErrorf("proprietary", msg)
747 ctx.PropertyErrorf("soc_specific", msg)
752 …ctx.PropertyErrorf("product_specific", "a module cannot be specific to product and product_service…
753 ctx.PropertyErrorf("product_services_specific", msg)
758 …ctx.PropertyErrorf("product_specific", "a module cannot be specific to SoC or device and product a…
760 …ctx.PropertyErrorf("product_services_specific", "a module cannot be specific to SoC or device and …
763 ctx.PropertyErrorf("device_specific", msg)
766 ctx.PropertyErrorf("vendor", msg)
769 ctx.PropertyErrorf("proprietary", msg)
772 ctx.PropertyErrorf("soc_specific", msg)
836 ctx.PropertyErrorf("dist.dest", "%s", err.Error())
842 ctx.PropertyErrorf("dist.dir", "%s", err.Error())
847 ctx.PropertyErrorf("dist.suffix", "Suffix may not contain a '/' character.")