Home
last modified time | relevance | path

Searched refs:pushResource (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPoc17_06.java38 AdbUtils.pushResource("/CVE-2017-0647.zip", "/data/local/tmp/CVE-2017-0647.zip", in testPocCVE_2017_0647()
DPoc17_11.java40 AdbUtils.pushResource("/cve_2017_0859.mp4", "/sdcard/cve_2017_0859.mp4", getDevice()); in testPocCVE_2017_0859()
DCVE_2022_22082.java43 AdbUtils.pushResource("/cve_2022_22082.dsf", "/sdcard/cve_2022_22082.dsf", getDevice()); in testPocCVE_2022_22082()
DCVE_2021_0636.java38 AdbUtils.pushResource( in testPocCVE_2021_0636()
DPoc17_04.java70 AdbUtils.pushResource("/CVE-2017-0477.gif", "/data/local/tmp/CVE-2017-0477.gif", in testPocCVE_2017_0477()
DCVE_2023_21253.java114 AdbUtils.pushResource(AdbUtils.RESOURCE_ROOT + apkName, apkPath, device); in installAndCheck()
DCVE_2021_0691.java61 AdbUtils.pushResource("/" + SCRIPT_NAME, DEVICE_TMP_DIR + SCRIPT_NAME, getDevice()); in testRunDeviceTest()
DAdbUtils.java310 public static void pushResource(String fullResourceName, String deviceFilePath, in pushResource() method in AdbUtils
336 pushResource(RESOURCE_ROOT + tempFile, inputFilesDestination + tempFile, device); in pushResources()