Searched defs:oldPath (Results 1 – 7 of 7) sorted by relevance
| /libcore/luni/src/test/java/libcore/libcore/io/ |
| D | BlockGuardOsTest.java | 104 String oldPath = "BlockGuardOsTest/missing/old/path"; in test_blockguardOsIsNotifiedByDefault_rename() local
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | BlockGuardOs.java | 232 @Override public void link(String oldPath, String newPath) throws ErrnoException { in link() 370 @Override public void rename(String oldPath, String newPath) throws ErrnoException { in rename() 431 @Override public void symlink(String oldPath, String newPath) throws ErrnoException { in symlink()
|
| D | Os.java | 394 public void link(String oldPath, String newPath) throws ErrnoException; in link() 565 public void rename(String oldPath, String newPath) throws ErrnoException; in rename() 724 public void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
|
| D | ForwardingOs.java | 457 …public void link(String oldPath, String newPath) throws ErrnoException { os.link(oldPath, newPath)… in link() 704 …le String oldPath, @Nullable String newPath) throws ErrnoException { os.rename(oldPath, newPath); } in rename() 875 …public void symlink(String oldPath, String newPath) throws ErrnoException { os.symlink(oldPath, ne… in symlink()
|
| D | Linux.java | 120 public native void link(String oldPath, String newPath) throws ErrnoException; in link() 217 public native void rename(String oldPath, String newPath) throws ErrnoException; in rename() 267 public native void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
|
| /libcore/luni/src/main/java/android/system/ |
| D | Os.java | 431 …public static void link(String oldPath, String newPath) throws ErrnoException { Libcore.os.link(ol… in link() 643 …public static void rename(String oldPath, String newPath) throws ErrnoException { Libcore.os.renam… in rename() 939 …public static void symlink(String oldPath, String newPath) throws ErrnoException { Libcore.os.syml… in symlink()
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Linux.cpp | 1840 ScopedUtfChars oldPath(env, javaOldPath); in Linux_link() local 2267 ScopedUtfChars oldPath(env, javaOldPath); in Linux_rename() local 2657 ScopedUtfChars oldPath(env, javaOldPath); in Linux_symlink() local
|