Searched refs:runCommandGetExitCode (Results 1 – 3 of 3) sorted by relevance
41 AdbUtils.runCommandGetExitCode( in testPocCve_2017_6983()49 AdbUtils.runCommandGetExitCode( in testPocCve_2017_6983()57 AdbUtils.runCommandGetExitCode( in testPocCve_2017_6983()65 AdbUtils.runCommandGetExitCode( in testPocCve_2017_6983()
41 AdbUtils.runCommandGetExitCode("/data/local/tmp/CVE-2017-0553", getDevice())==139); in testPocCVE_2017_0553()76 int code = AdbUtils.runCommandGetExitCode("/data/local/tmp/CVE-2017-0477", getDevice()); in testPocCVE_2017_0477()
277 runCommandGetExitCode("test -r " + fullPocPath, device)); in assertPocExecutable()279 runCommandGetExitCode("test -w " + fullPocPath, device)); in assertPocExecutable()281 runCommandGetExitCode("test -x " + fullPocPath, device)); in assertPocExecutable()383 public static int runCommandGetExitCode(String cmd, ITestDevice device) throws Exception { in runCommandGetExitCode() method in AdbUtils