OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:builtinscope
(Results
1 - 1
of
1
) sorted by null
/build/soong/androidmk/parser/
scope.go
39
} else if val, ok :=
builtinScope
[name]; ok {
70
var
builtinScope
map[string]string
73
builtinScope
:= make(map[string]string)
74
builtinScope
["__builtin_dollar"] = "$"
Completed in 78 milliseconds