Searched defs:rename (Results 1 – 5 of 5) sorted by relevance
258 @Override public void rename(String oldPath, String newPath) throws ErrnoException { in rename() method in BlockGuardOs
131 …public void rename(String oldPath, String newPath) throws ErrnoException { os.rename(oldPath, newP… in rename() method in ForwardingOs
124 public void rename(String oldPath, String newPath) throws ErrnoException; in rename() method
165 public native void rename(String oldPath, String newPath) throws ErrnoException; in rename() method in Posix
394 …public static void rename(String oldPath, String newPath) throws ErrnoException { Libcore.os.renam… in rename() method in Os