Home
last modified time | relevance | path

Searched defs:localDirEval (Results 1 – 1 of 1) sorted by relevance

/build/soong/mk2rbc/
Dandroid_products.go29 type localDirEval struct { struct
30 localDir string
31 hasErrors bool
34 func (l *localDirEval) Get(name string) string {
42 func (l *localDirEval) Set(_, _ string) {
45 func (l *localDirEval) Call(_ string, _ []string) []string {
50 func (l *localDirEval) SetFunc(_ string, _ func([]string) []string) {