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()
1291 String path = StringEscapeUtils.escapeShell(deviceFilePath); in deleteFile()1294 executeShellCommand(String.format("rm -rf %s", StringEscapeUtils.escapeShell(path))); in deleteFile()
403 mTestMethodName = StringEscapeUtils.escapeShell(testMethodName); in setMethodName()