Searched refs:updateDir (Results 1 – 1 of 1) sorted by relevance
143 File updateDir = FileUtil.createTempDir(LOG_TAG); in extractSystemZip() local145 ZipUtil2.extractZip(updater, updateDir); in extractSystemZip()146 return updateDir; in extractSystemZip()159 File updateDir = null; in flashSystem() local162 updateDir = extractSystemZip(deviceBuild); in flashSystem()165 flashNamedPartition(device, updateDir, "boot"); in flashSystem()166 flashNamedPartition(device, updateDir, "recovery"); in flashSystem()167 flashNamedPartition(device, updateDir, "system"); in flashSystem()172 if (updateDir != null) { in flashSystem()173 FileUtil.recursiveDelete(updateDir); in flashSystem()[all …]