Home
last modified time | relevance | path

Searched refs:runCommandGetExitCode (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPoc17_09.java37 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()
DPoc17_04.java38 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()
DAdbUtils.java285 public static int runCommandGetExitCode(String cmd, ITestDevice device) throws Exception { in runCommandGetExitCode() method in AdbUtils
382 int code = runCommandGetExitCode("/data/local/tmp/pacrunner " + targetPath, device); in runProxyAutoConfig()