Searched refs:destFile (Results 1 – 2 of 2) sorted by relevance
178 public static void merge(File origFile, File destFile) throws JSONException, IOException { in merge() argument182 if (destFile.exists()) { in merge()183 JSONObject destFileJson = new JSONObject(readFile(destFile)); in merge()201 FileUtil.writeToFile(mergedJson.toString(), destFile); in merge() local
452 File destFile = new File(configDir, moduleName + ".dynamic"); in copyDynamicConfigFiles() local453 if (destFile.exists()) { in copyDynamicConfigFiles()457 FileUtil.copyFile(srcFile, destFile); in copyDynamicConfigFiles()461 srcFile.getAbsolutePath(), destFile.getAbsolutePath(), moduleName); in copyDynamicConfigFiles()