Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DAdbUtils.java160 public static void pushResource(String fullResourceName, String deviceFilePath, in pushResource() argument
165 device.pushFile(resFile, deviceFilePath); in pushResource()
DSELinuxHostTest.java181 Map<ITestDevice, File> cache, String deviceFilePath, in getDeviceFile() argument
183 if (!device.doesFileExist(deviceFilePath)){ in getDeviceFile()
195 device.pullFile(deviceFilePath, file); in getDeviceFile()