Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java258 @Override public void rename(String oldPath, String newPath) throws ErrnoException { in rename() method in BlockGuardOs
DForwardingOs.java131 …public void rename(String oldPath, String newPath) throws ErrnoException { os.rename(oldPath, newP… in rename() method in ForwardingOs
DOs.java124 public void rename(String oldPath, String newPath) throws ErrnoException; in rename() method
DPosix.java165 public native void rename(String oldPath, String newPath) throws ErrnoException; in rename() method in Posix
/libcore/luni/src/main/java/android/system/
DOs.java394 …public static void rename(String oldPath, String newPath) throws ErrnoException { Libcore.os.renam… in rename() method in Os