Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DCollectorUtil.java178 public static void merge(File origFile, File destFile) throws JSONException, IOException { in merge() argument
182 if (destFile.exists()) { in merge()
183 JSONObject destFileJson = new JSONObject(readFile(destFile)); in merge()
201 FileUtil.writeToFile(mergedJson.toString(), destFile); in merge() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java452 File destFile = new File(configDir, moduleName + ".dynamic"); in copyDynamicConfigFiles() local
453 if (destFile.exists()) { in copyDynamicConfigFiles()
457 FileUtil.copyFile(srcFile, destFile); in copyDynamicConfigFiles()
461 srcFile.getAbsolutePath(), destFile.getAbsolutePath(), moduleName); in copyDynamicConfigFiles()