Home
last modified time | relevance | path

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

/development/vndk/tools/elfcheck/bpflatten/
Dmain.go112 func quoteBashString(s string) string { func
128 name := quoteBashString(module.Name)
134 fmt.Fprintf(w, "MODULE_TYPE_DICT[%q]=%q\n", name, quoteBashString(module.Type))
136 quoteBashString(strings.Join(modulePropKeys, " ")))
148 key := name + ":" + quoteBashString(k)
149 fmt.Fprintf(w, "MODULE_PROP_VALUES_DICT[%q]=%q\n", key, quoteBashString(propValue))