Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Doverride_module.go182 err := proptools.ExtendProperties(p, op, nil, proptools.OrderReplace)
H A Darch.go1778 …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 Dextend.go176 func OrderReplace(property string, func
H A Dextend_test.go1070 err = ExtendProperties(got, testCase.in2, testCase.filter, OrderReplace)
1407 err = ExtendMatchingProperties(got, testCase.in2, testCase.filter, OrderReplace)