Searched refs:escapeShell (Results 1 – 3 of 3) sorted by relevance
35 public static String escapeShell(String str) { in escapeShell() method in StringEscapeUtils
38 String escaped_str = StringEscapeUtils.escapeShell("$money$signs"); in testEscapesDollarSigns()
324 mTestMethodName = StringEscapeUtils.escapeShell(testMethodName); in setMethodName()