Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dextend.go149 func ExtendMatchingProperties(dst []interface{}, src interface{}, func
Dextend_test.go2054 err = ExtendMatchingProperties(got, testCase.src, testCase.filter, OrderReplace)
2091 err = ExtendMatchingProperties(got, testCase.src, testCase.filter, order)
/build/soong/java/
Dapp_import.go213 …err := proptools.ExtendMatchingProperties([]interface{}{dst}, src.Interface(), nil, proptools.Orde…
/build/soong/android/
Darch.go1074 err := proptools.ExtendMatchingProperties([]interface{}{dst}, src, nil, order)