Home
last modified time | relevance | path

Searched refs:printfIntoProperty (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dvariable.go484 err := printfIntoProperty(propertyValue, variableValue)
490 err := printfIntoProperty(propertyValue.Index(j), variableValue)
505 func printfIntoProperty(propertyValue reflect.Value, variableValue interface{}) error { func
Dvariable_test.go118 err := printfIntoProperty(v, testCase.val)
/build/soong/android/soongconfig/
Dmodules.go554 err := printfIntoProperty(field, configValue)
560 err := printfIntoProperty(field.Index(j), configValue)
575 func printfIntoProperty(propertyValue reflect.Value, configValue string) error { func