Home
last modified time | relevance | path

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

12

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DTestMedia.java132 String binaryName = "CVE-2020-0409"; in testPocCVE_2020_0409() local
133 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0409()
134 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2020_0409()
151 String binaryName = "CVE-2020-0421"; in testPocCVE_2020_0421() local
152 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0421()
153 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2020_0421()
283 String binaryName = "CVE-2018-9466-CVE-2017-9047"; in testPocCVE_2018_9466_CVE_2017_9047() local
289 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9047()
290 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2018_9466_CVE_2017_9047()
301 String binaryName = "CVE-2018-9466-CVE-2017-9048"; in testPocCVE_2018_9466_CVE_2017_9048() local
[all …]
DCVE_2016_2182.java41 String binaryName = "CVE-2016-2182"; in testPocCVE_2016_2182() local
42 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2016_2182()
43 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2016_2182()
DCVE_2021_0919.java40 String binaryName = "CVE-2021-0919"; in testPocCVE_2021_0919() local
42 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2021_0919()
43 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2021_0919()
DCVE_2019_2014.java39 String binaryName = "CVE-2019-2014"; in testPocCVE_2019_2014() local
41 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2019_2014()
42 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2019_2014()
DCVE_2018_9549.java38 String binaryName = "CVE-2018-9549"; in testPocCVE_2018_9549() local
40 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9549()
41 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2018_9549()
DCVE_2019_2027.java38 String binaryName = "CVE-2019-2027"; in testPocCVE_2019_2027() local
40 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2019_2027()
41 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2019_2027()
DCVE_2018_9537.java39 String binaryName = "CVE-2018-9537"; in testPocCVE_2018_9537() local
41 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9537()
45 .setProcessPatterns(binaryName) in testPocCVE_2018_9537()
DCVE_2021_0925.java38 String binaryName = "CVE-2021-0925"; in testPocCVE_2021_0925() local
41 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2021_0925()
42 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2021_0925()
DCVE_2021_39665.java44 String binaryName = "CVE-2021-39665"; in testPocCVE_2021_39665() local
45 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2021_39665()
46 … testConfig.config = new TombstoneUtils.Config().setProcessPatterns(Pattern.compile(binaryName)) in testPocCVE_2021_39665()
DCVE_2021_0956.java43 String binaryName = "CVE-2021-0956"; in testPocCVE_2021_0956() local
45 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, device); in testPocCVE_2021_0956()
46 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2021_0956()
DCVE_2024_0023.java45 final String binaryName = "CVE-2024-0023"; in testPocCVE_2024_0023() local
50 .setProcessPatterns(binaryName) in testPocCVE_2024_0023()
57 .pocName(binaryName) in testPocCVE_2024_0023()
DCVE_2023_21241.java45 final String binaryName = "CVE-2023-21241"; in testPocCVE_2023_21241() local
50 .setProcessPatterns(binaryName) in testPocCVE_2023_21241()
57 .pocName(binaryName) in testPocCVE_2023_21241()
DCVE_2020_0241.java45 String binaryName = "CVE-2020-0241"; in testPocCVE_2020_0241() local
46 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0241()
47 … testConfig.config = new TombstoneUtils.Config().setProcessPatterns(Pattern.compile(binaryName)) in testPocCVE_2020_0241()
DCVE_2020_0034.java41 String binaryName = "CVE-2020-0034"; in testPocCVE_2020_0034() local
44 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0034()
45 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName); in testPocCVE_2020_0034()
DCVE_2024_0040.java41 final String binaryName = "CVE-2024-0040"; in testPocCVE_2024_0040() local
46 .setProcessPatterns(binaryName) in testPocCVE_2024_0040()
52 .pocName(binaryName) in testPocCVE_2024_0040()
DCVE_2019_2031.java47 String binaryName = "CVE-2019-2031"; in testPocCVE_2019_2031() local
48 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2019_2031()
49 … testConfig.config = new TombstoneUtils.Config().setProcessPatterns(Pattern.compile(binaryName)) in testPocCVE_2019_2031()
DCVE_2022_20131.java49 String binaryName = "CVE-2022-20131"; in testPocCVE_2022_20131() local
50 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2022_20131()
52 new TombstoneUtils.Config().setProcessPatterns(Pattern.compile(binaryName)) in testPocCVE_2022_20131()
DCVE_2021_0430.java47 String binaryName = "CVE-2021-0430"; in testPocCVE_2021_0430() local
48 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2021_0430()
49 … testConfig.config = new TombstoneUtils.Config().setProcessPatterns(Pattern.compile(binaryName)) in testPocCVE_2021_0430()
DCVE_2021_39623.java43 String binaryName = "CVE-2021-39623"; in testPocCVE_2021_39623() local
44 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2021_39623()
45 testConfig.config = new TombstoneUtils.Config().setProcessPatterns(binaryName) in testPocCVE_2021_39623()
DCVE_2023_21118.java41 String binaryName = "CVE-2023-21118"; in testPocCVE_2023_21118() local
47 .setProcessPatterns(binaryName) in testPocCVE_2023_21118()
55 .pocName(binaryName) in testPocCVE_2023_21118()
DCVE_2022_20147.java49 String binaryName = "CVE-2022-20147"; in testPocCVE_2022_20147() local
50 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, in testPocCVE_2022_20147()
53 .setProcessPatterns(Pattern.compile(binaryName)) in testPocCVE_2022_20147()
DCVE_2018_9558.java48 String binaryName = "CVE-2018-9558"; in testPocCVE_2018_9558() local
49 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9558()
50 … testConfig.config = new TombstoneUtils.Config().setProcessPatterns(Pattern.compile(binaryName)) in testPocCVE_2018_9558()
DCVE_2020_0073.java46 String binaryName = "CVE-2020-0073"; in testPocCVE_2020_0073() local
48 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0073()
49 … testConfig.config = new TombstoneUtils.Config().setProcessPatterns(Pattern.compile(binaryName)) in testPocCVE_2020_0073()
DCVE_2019_2015.java47 String binaryName = "CVE-2019-2015"; in testPocCVE_2019_2015() local
48 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2019_2015()
49 … testConfig.config = new TombstoneUtils.Config().setProcessPatterns(Pattern.compile(binaryName)) in testPocCVE_2019_2015()
DCVE_2021_39804.java44 String binaryName = "CVE-2021-39804"; in testPocCVE_2021_39804() local
46 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2021_39804()
48 new TombstoneUtils.Config().setProcessPatterns(binaryName).setBacktraceIncludes( in testPocCVE_2021_39804()

12