Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go503 type stringVariable struct { struct
504 baseVariable
505 values []string
508 func (s *stringVariable) variableValuesType() reflect.Type {
526 func (s *stringVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
535 …*stringVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) {