Searched refs:ShellEscapeList (Results 1 – 5 of 5) sorted by relevance
49 func ShellEscapeList(slice []string) []string { func106 return ShellEscapeList(NinjaEscapeList(slice))
174 Command: strings.Join(proptools.ShellEscapeList(actionEntry.Arguments), " "),
98 strings.Join(proptools.ShellEscapeList(shard), " ")).
495 fmt.Println("# pom2mk", strings.Join(proptools.ShellEscapeList(os.Args[1:]), " "))
749 fmt.Fprintln(buf, "// pom2bp", strings.Join(proptools.ShellEscapeList(os.Args[1:]), " "))