Searched refs:PropertyErrorf (Results 1 – 5 of 5) sorted by relevance
/build/soong/common/ |
D | defaults.go | 96 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 120 ctx.PropertyErrorf("defaults", "module %s is not an defaults module",
|
D | variable.go | 167 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | arch.go | 627 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
/build/blueprint/ |
D | module_ctx.go | 118 PropertyErrorf(property, fmt string, args ...interface{}) methodSpec 208 func (d *baseModuleContext) PropertyErrorf(property, format string, func
|
/build/soong/cc/ |
D | cc.go | 1414 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")
|