Searched refs:deviceFilePath (Results 1 – 2 of 2) sorted by relevance
310 public static void pushResource(String fullResourceName, String deviceFilePath, in pushResource() argument315 device.pushFile(resFile, deviceFilePath); in pushResource()
205 Map<ITestDevice, File> cache, String deviceFilePath, in getDeviceFile() argument207 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()