Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java166 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