Searched refs:escapeShell (Results 1 – 4 of 4) 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()
348 mTestMethodName = StringEscapeUtils.escapeShell(testMethodName); in setMethodName()
1207 String path = StringEscapeUtils.escapeShell(deviceFilePath); in deleteFile()1210 executeShellCommand(String.format("rm -rf %s", StringEscapeUtils.escapeShell(path))); in deleteFile()