Searched refs:runCommandGetExitCode (Results 1 – 3 of 3) sorted by relevance
37 AdbUtils.runCommandGetExitCode("sqlite3 ':memory:' \"CREATE VIRTUAL TABLE a using fts3(b);" in testPocCve_2017_6983()43 AdbUtils.runCommandGetExitCode("sqlite3 ':memory:' \"CREATE VIRTUAL TABLE a using fts3(b);" in testPocCve_2017_6983()49 AdbUtils.runCommandGetExitCode("sqlite3 ':memory:' \"CREATE VIRTUAL TABLE a using fts3(b);" in testPocCve_2017_6983()55 AdbUtils.runCommandGetExitCode("sqlite3 ':memory:' \"CREATE VIRTUAL TABLE a using fts3(b);" in testPocCve_2017_6983()
38 AdbUtils.runCommandGetExitCode("/data/local/tmp/CVE-2017-0553", getDevice())==139); in testPocCVE_2017_0553()73 int code = AdbUtils.runCommandGetExitCode("/data/local/tmp/CVE-2017-0477", getDevice()); in testPocCVE_2017_0477()
285 public static int runCommandGetExitCode(String cmd, ITestDevice device) throws Exception { in runCommandGetExitCode() method in AdbUtils382 int code = runCommandGetExitCode("/data/local/tmp/pacrunner " + targetPath, device); in runProxyAutoConfig()