Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Descape.go58 func ShellEscapeListIncludingSpaces(slice []string) []string { func
118 return ShellEscapeListIncludingSpaces(NinjaEscapeList(slice))
/build/soong/bazel/
Daquery.go274 Command: strings.Join(proptools.ShellEscapeListIncludingSpaces(actionEntry.Arguments), " "),