Searched refs:OrderReplace (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/android/ |
H A D | override_module.go | 182 err := proptools.ExtendProperties(p, op, nil, proptools.OrderReplace)
|
H A D | arch.go | 1778 …ndMatchingProperties([]interface{}{propertySetClone}, src.Interface(), nil, proptools.OrderReplace) 1838 …ndMatchingProperties([]interface{}{propertySetClone}, src.Interface(), nil, proptools.OrderReplace) 1995 …ols.ExtendMatchingProperties([]interface{}{dstClone}, src.Interface(), nil, proptools.OrderReplace)
|
/aosp12/build/blueprint/proptools/ |
H A D | extend.go | 176 func OrderReplace(property string, func
|
H A D | extend_test.go | 1070 err = ExtendProperties(got, testCase.in2, testCase.filter, OrderReplace) 1407 err = ExtendMatchingProperties(got, testCase.in2, testCase.filter, OrderReplace)
|