Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dextend.go104 type ExtendPropertyError struct { struct
109 func (e *ExtendPropertyError) Error() string { argument
113 func extendPropertyErrorf(property string, format string, a ...interface{}) *ExtendPropertyError {
114 return &ExtendPropertyError{
270 return &ExtendPropertyError{
/build/soong/common/
Ddefaults.go95 if propertyErr, ok := err.(*proptools.ExtendPropertyError); ok {
Dvariable.go166 if propertyErr, ok := err.(*proptools.ExtendPropertyError); ok {
Darch.go626 if propertyErr, ok := err.(*proptools.ExtendPropertyError); ok {