Home
last modified time | relevance | path

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

/build/soong/ui/build/
Denvironment.go179 str, ok := singleUnquote(cmd[1])
192 key, ok = singleUnquote(key)
196 value, ok = singleUnquote(value)
Dutil.go115 func singleUnquote(str string) (string, bool) { func
Ddumpvars.go121 if value, ok = singleUnquote(value); ok {