HomeSort by relevance Sort by last modified time
    Searched defs:escapeShell (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
StringEscapeUtils.java 35 public static String escapeShell(String str) {
  /build/kati/
ninja.go 433 func escapeShell(s string) string {
544 cmdline = escapeShell(cmdline)
545 cmdline = n.ninjaVars(cmdline, nv, escapeShell)
719 // because these texts will be processed in escapeShell...

Completed in 525 milliseconds