Home
last modified time | relevance | path

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

/build/soong/androidmk/parser/
Dscope.go77 func (v Variable) EvalFunction(scope Scope) ([]string, bool) { func
100 if ret, ok := v.EvalFunction(scope); ok {
/build/soong/androidmk/androidmk/
Dvalues.go72 if ret, ok := ms.Variables[i].EvalFunction(file.scope); ok {
136 if ret, ok := f.Variables[0].EvalFunction(file.scope); ok {