Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DCdmaDeviceFlasher.java143 File updateDir = FileUtil.createTempDir(LOG_TAG); in extractSystemZip() local
145 ZipUtil2.extractZip(updater, updateDir); in extractSystemZip()
146 return updateDir; in extractSystemZip()
159 File updateDir = null; in flashSystem() local
162 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 …]