Searched refs:deleteDestination (Results 1 – 1 of 1) sorted by relevance
392 private static void renameTo(File from, File to, boolean deleteDestination) throws IOException { in renameTo() argument393 if (deleteDestination) { in renameTo()