Searched refs:shellEscape (Results 1 – 2 of 2) sorted by relevance
91 sb.append(Utils.shellEscape(pattern)); in buildCommand()147 sb.append(Utils.shellEscape(pattern)); in buildCommand()
37 public static String shellEscape(String s) { in shellEscape() method in Utils