Searched defs:oldPath (Results 1 – 4 of 4) sorted by relevance
| /libcore/luni/src/main/java/libcore/io/ |
| D | ForwardingOs.java | 101 …public void rename(String oldPath, String newPath) throws ErrnoException { os.rename(oldPath, newP… in rename() 121 …public void symlink(String oldPath, String newPath) throws ErrnoException { os.symlink(oldPath, ne… in symlink()
|
| D | Os.java | 94 public void rename(String oldPath, String newPath) throws ErrnoException; in rename() 115 public void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
|
| D | Posix.java | 135 public native void rename(String oldPath, String newPath) throws ErrnoException; in rename() 165 public native void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Posix.cpp | 1003 ScopedUtfChars oldPath(env, javaOldPath); in Posix_rename() local 1177 ScopedUtfChars oldPath(env, javaOldPath); in Posix_symlink() local
|