Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DAdbUtils.java310 public static void pushResource(String fullResourceName, String deviceFilePath, in pushResource() argument
315 device.pushFile(resFile, deviceFilePath); in pushResource()
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java205 Map<ITestDevice, File> cache, String deviceFilePath, in getDeviceFile() argument
207 if (!device.doesFileExist(deviceFilePath)){ in getDeviceFile()
208 throw new Exception("File not found on the device: " + deviceFilePath); in getDeviceFile()
218 device.pullFile(deviceFilePath, file); in getDeviceFile()