Home
last modified time | relevance | path

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

/build/soong/android/
Dvariable_test.go115 err := printfIntoProperty(v, testCase.val)
Dvariable.go416 err := printfIntoProperty(propertyValue, variableValue)
422 err := printfIntoProperty(propertyValue.Index(j), variableValue)
437 func printfIntoProperty(propertyValue reflect.Value, variableValue interface{}) error { func