Home
last modified time | relevance | path

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

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