Home
last modified time | relevance | path

Searched refs:binaryName (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DTestMedia.java129 String binaryName = "CVE-2020-0409"; in testPocCVE_2020_0409() local
130 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0409()
131 testConfig.config = new CrashUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2020_0409()
144 String binaryName = "CVE-2020-0421"; in testPocCVE_2020_0421() local
145 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0421()
146 testConfig.config = new CrashUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2020_0421()
279 String binaryName = "CVE-2018-9466-CVE-2017-9047"; in testPocCVE_2018_9466_CVE_2017_9047() local
281 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9047()
282 testConfig.config = new CrashUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2018_9466_CVE_2017_9047()
293 String binaryName = "CVE-2018-9466-CVE-2017-9048"; in testPocCVE_2018_9466_CVE_2017_9048() local
[all …]
DCVE_2016_2182.java36 String binaryName = "CVE-2016-2182"; in testPocCVE_2016_2182() local
37 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2016_2182()
38 testConfig.config = new CrashUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2016_2182()
DCVE_2019_2014.java36 String binaryName = "CVE-2019-2014"; in testPocCVE_2019_2014() local
38 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2019_2014()
39 testConfig.config = new CrashUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2019_2014()
DCVE_2018_9558.java38 String binaryName = "CVE-2018-9558"; in testPocCVE_2018_9558() local
40 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9558()
41 testConfig.config = new CrashUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2018_9558()
DCVE_2020_0073.java39 String binaryName = "CVE-2020-0073"; in testPocCVE_2020_0073() local
41 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0073()
42 testConfig.config = new CrashUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2020_0073()
DAdbUtils.java64 String binaryName; field in AdbUtils.pocConfig
73 pocConfig(String binaryName, ITestDevice device) { in pocConfig() argument
74 this.binaryName = binaryName; in pocConfig()
556 public static void runPocAssertNoCrashesNotVulnerable(String binaryName, String arguments, in runPocAssertNoCrashesNotVulnerable() argument
558 runPocAssertNoCrashesNotVulnerable(binaryName, arguments, null, null, device, null); in runPocAssertNoCrashesNotVulnerable()
572 public static void runPocAssertNoCrashesNotVulnerable(String binaryName, String arguments, in runPocAssertNoCrashesNotVulnerable() argument
574 runPocAssertNoCrashesNotVulnerable(binaryName, arguments, null, null, device, in runPocAssertNoCrashesNotVulnerable()
590 public static void runPocAssertNoCrashesNotVulnerable(String binaryName, String arguments, in runPocAssertNoCrashesNotVulnerable() argument
593 runPocAssertNoCrashesNotVulnerable(binaryName, arguments, inputFiles, inputFilesDestination, in runPocAssertNoCrashesNotVulnerable()
612 public static void runPocAssertNoCrashesNotVulnerable(String binaryName, String arguments, in runPocAssertNoCrashesNotVulnerable() argument
[all …]
DCVE_2020_0383.java37 String binaryName = "CVE-2020-0383"; in testPocCVE_2020_0383() local
38 AdbUtils.runPocAssertNoCrashesNotVulnerable(binaryName, in testPocCVE_2020_0383()