Searched defs:newPath (Results 1 – 8 of 8) sorted by relevance
| /libcore/luni/src/test/java/libcore/libcore/io/ |
| D | BlockGuardOsTest.java | 109 String newPath = "BlockGuardOsTest/missing/new/path"; in test_blockguardOsIsNotifiedByDefault_rename() local
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | BlockGuardOs.java | 233 @Override public void link(String oldPath, String newPath) throws ErrnoException { in link() 371 @Override public void rename(String oldPath, String newPath) throws ErrnoException { in rename() 432 @Override public void symlink(String oldPath, String newPath) throws ErrnoException { in symlink()
|
| D | Os.java | 393 public void link(String oldPath, String newPath) throws ErrnoException; in link() 569 public void rename(String oldPath, String newPath) throws ErrnoException; in rename() 728 public void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
|
| D | ForwardingOs.java | 454 …public void link(String oldPath, String newPath) throws ErrnoException { os.link(oldPath, newPath)… in link() 703 …public void rename(@Nullable String oldPath, @Nullable String newPath) throws ErrnoException { os.… in rename() 873 …public void symlink(String oldPath, String newPath) throws ErrnoException { os.symlink(oldPath, ne… in symlink()
|
| D | Linux.java | 158 public native void link(String oldPath, String newPath) throws ErrnoException; in link() 256 public native void rename(String oldPath, String newPath) throws ErrnoException; in rename() 306 public native void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
|
| /libcore/luni/src/main/java/android/system/ |
| D | Os.java | 424 …public static void link(String oldPath, String newPath) throws ErrnoException { Libcore.os.link(ol… in link() 640 …public static void rename(String oldPath, String newPath) throws ErrnoException { Libcore.os.renam… in rename() 930 …public static void symlink(String oldPath, String newPath) throws ErrnoException { Libcore.os.syml… in symlink()
|
| /libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/ |
| D | Main.java | 122 Path newPath = AndroidHostEnvUtil.parseInputClasspath(newClasspath); in run() local
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Linux.cpp | 1842 ScopedUtfChars newPath(env, javaNewPath); in Linux_link() local 2268 ScopedUtfChars newPath(env, javaNewPath); in Linux_rename() local 2671 ScopedUtfChars newPath(env, javaNewPath); in Linux_symlink() local
|