Home
last modified time | relevance | path

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

/aosp12/build/soong/android/soongconfig/
H A Dmodules.go686 err := printfIntoProperty(field, configValue)
692 err := printfIntoProperty(field.Index(j), configValue)
707 func printfIntoProperty(propertyValue reflect.Value, configValue string) error { func
/aosp12/build/soong/android/
H A Dvariable.go594 err := printfIntoProperty(propertyValue, variableValue)
600 err := printfIntoProperty(propertyValue.Index(j), variableValue)
615 func printfIntoProperty(propertyValue reflect.Value, variableValue interface{}) error { func
H A Dvariable_test.go118 err := printfIntoProperty(v, testCase.val)