Searched refs:copyInCacheBaseband (Results 1 – 1 of 1) sorted by relevance
146 File copyInCacheBaseband = null; in trackUpdatedDeviceImage() local148 copyInCacheBaseband = new File(mCacheDir, serial + "_baseband"); in trackUpdatedDeviceImage()149 FileUtil.deleteFile(copyInCacheBaseband); in trackUpdatedDeviceImage()159 if (copyInCacheBaseband != null) { in trackUpdatedDeviceImage()160 FileUtil.hardlinkFile(baseband, copyInCacheBaseband); in trackUpdatedDeviceImage()167 copyInCacheBaseband, in trackUpdatedDeviceImage()