Searched refs:link (Results 1 – 11 of 11) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 157 @Override public void link(String oldPath, String newPath) throws ErrnoException { in link() method in BlockGuardOs 159 os.link(oldPath, newPath); in link()
|
D | ForwardingOs.java | 107 …public void link(String oldPath, String newPath) throws ErrnoException { os.link(oldPath, newPath)… in link() method in ForwardingOs
|
D | Os.java | 99 public void link(String oldPath, String newPath) throws ErrnoException; in link() method
|
D | Posix.java | 101 public native void link(String oldPath, String newPath) throws ErrnoException; in link() method in Posix
|
/libcore/luni/src/test/java/libcore/io/ |
D | OsTest.java | 557 File link = new File(tmpDir, "link"); in test_realpath() local 560 Libcore.os.symlink(target.getAbsolutePath(), link.getAbsolutePath()); in test_realpath() 566 boolean deletedLink = link.delete(); in test_realpath()
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 257 …public static void link(String oldPath, String newPath) throws ErrnoException { Libcore.os.link(ol… in link() method in Os
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/libcore/luni/src/main/native/ |
D | libcore_io_Posix.cpp | 1265 throwIfMinusOne(env, "link", TEMP_FAILURE_RETRY(link(oldPath.c_str(), newPath.c_str()))); in Posix_link() 2018 NATIVE_METHOD(Posix, link, "(Ljava/lang/String;Ljava/lang/String;)V"),
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 570 final boolean link(Index<K,V> succ, Index<K,V> newSucc) { in link() method in ConcurrentSkipListMap.Index 880 if (!q.link(r, t)) in doPut()
|
/libcore/ |
D | LICENSE | 339 permission to link this library with independent modules to produce an
|
/libcore/ojluni/ |
D | NOTICE | 625 permission to link this library with independent modules to produce an 1512 {@link Replaceable} in their text representation class.
|