Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/image/
DDeviceImageTracker.java146 File copyInCacheBaseband = null; in trackUpdatedDeviceImage() local
148 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()