Searched defs:PropertiesToApply (Results 1 – 1 of 1) sorted by relevance
| /build/soong/android/soongconfig/ |
| D | modules.go | 528 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… func 604 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) methodSpec 647 func (s *stringVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, … func 741 func (b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, err… func 776 func (s *valueVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, e… func
|