Searched refs:copyInCacheDeviceImage (Results 1 – 1 of 1) sorted by relevance
142 File copyInCacheDeviceImage = new File(mCacheDir, serial + "_device_image"); in trackUpdatedDeviceImage() local143 FileUtil.recursiveDelete(copyInCacheDeviceImage); in trackUpdatedDeviceImage()154 FileUtil.recursiveHardlink(deviceImage, copyInCacheDeviceImage); in trackUpdatedDeviceImage()156 FileUtil.hardlinkFile(deviceImage, copyInCacheDeviceImage); in trackUpdatedDeviceImage()165 copyInCacheDeviceImage, in trackUpdatedDeviceImage()