Searched defs:rename (Results 1 - 1 of 1) sorted by relevance

/system/timezone/distro/core/src/main/com/android/timezone/distro/
H A DFileUtils.java101 public static void rename(File from, File to) throws IOException { method in class:FileUtils
104 throw new IOException("Unable to rename " + from + " to " + to);

Completed in 66 milliseconds