Searched refs:copyImage (Results 1 – 1 of 1) sorted by relevance
166 deviceImage = copyImage(tracker.zippedDeviceImage); in initialize()167 bootloader = copyImage(tracker.zippedBootloaderImage); in initialize()169 baseband = copyImage(tracker.zippedBasebandImage); in initialize()236 private static File copyImage(File originalImage) throws IOException { in copyImage() method in IncrementalImageUtil