Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2021_0481.java50 private static final String DEVICE_DIR1 = "/data/user_de/0/com.android.settings/shared_prefs/"; field in CVE_2021_0481
73 cmd = "rm " + DEVICE_DIR1 + TEST_FILE_NAME; in testRunDeviceTest()
77 AdbUtils.pushResource("/" + TEST_FILE_NAME, DEVICE_DIR1 + TEST_FILE_NAME, getDevice()); in testRunDeviceTest()
106 cmd = "cmp -s " + DEVICE_DIR1 + TEST_FILE_NAME + " " + in testRunDeviceTest()
114 cmd = "rm " + DEVICE_DIR1 + TEST_FILE_NAME; in testRunDeviceTest()