Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Descape.go24 func NinjaEscapeList(slice []string) []string { func
106 return ShellEscapeList(NinjaEscapeList(slice))
/build/soong/android/
Drule_builder.go723 CommandDeps: proptools.NinjaEscapeList(tools.Strings()),