Home
last modified time | relevance | path

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

/build/make/tools/rbcrun/rbcrun/
Drbcrun.go78 func getValueInMakeFormat(value starlark.Value, allowLists bool) (string, error) { func
94 value, err := getValueInMakeFormat(v.Index(i), false)
135 valueMake, err := getValueInMakeFormat(varTuple.Index(1), true)