Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DMixKernelTargetPreparer.java197 String newFileName; in copyDeviceImageToDir() local
201 newFileName = matcher.group(); in copyDeviceImageToDir()
203 newFileName = new String("device-img-001"); in copyDeviceImageToDir()
206 newFileName = newFileName + suffix; in copyDeviceImageToDir()
208 newFileName = newFileName + ".zip"; in copyDeviceImageToDir()
210 File dstFile = new File(destDir, newFileName); in copyDeviceImageToDir()
228 String newFileName = fileKey.replace("{zip}", ".zip").replaceAll("\\{\\w+\\}", ""); in copyLabelFileToDir() local
229 File dstFile = new File(destDir, newFileName); in copyLabelFileToDir()