Home
last modified time | relevance | path

Searched defs:AppendProperties (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/android/
H A Dhooks.go68 func (l *loadHookContext) AppendProperties(props ...interface{}) { func
H A Dmutator.go548 func (t *topDownMutatorContext) AppendProperties(props ...interface{}) { func
/aosp12/build/blueprint/proptools/
H A Dextend.go36 func AppendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error { func