Home
last modified time | relevance | path

Searched refs:PropertyErrorf (Results 1 – 5 of 5) sorted by relevance

/build/soong/common/
Ddefaults.go96 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
120 ctx.PropertyErrorf("defaults", "module %s is not an defaults module",
Dvariable.go167 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Darch.go627 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
/build/blueprint/
Dmodule_ctx.go118 PropertyErrorf(property, fmt string, args ...interface{}) methodSpec
208 func (d *baseModuleContext) PropertyErrorf(property, format string, func
/build/soong/cc/
Dcc.go1414 ctx.PropertyErrorf("unexported_symbols_list", "Only supported on Darwin")
1417 ctx.PropertyErrorf("force_symbols_not_weak_list", "Only supported on Darwin")
1420 ctx.PropertyErrorf("force_symbols_weak_list", "Only supported on Darwin")
1424 ctx.PropertyErrorf("version_script", "Not supported on Darwin")