Home
last modified time | relevance | path

Searched refs:link (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java157 @Override public void link(String oldPath, String newPath) throws ErrnoException { in link() method in BlockGuardOs
159 os.link(oldPath, newPath); in link()
DForwardingOs.java107 …public void link(String oldPath, String newPath) throws ErrnoException { os.link(oldPath, newPath)… in link() method in ForwardingOs
DOs.java99 public void link(String oldPath, String newPath) throws ErrnoException; in link() method
DPosix.java101 public native void link(String oldPath, String newPath) throws ErrnoException; in link() method in Posix
/libcore/luni/src/test/java/libcore/io/
DOsTest.java557 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/
DOs.java257 …public static void link(String oldPath, String newPath) throws ErrnoException { Libcore.os.link(ol… in link() method in Os
/libcore/benchmarks/libs/
Dcaliper.jar.txt46 separable from, or merely link (or bind by name) to the interfaces of,
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp1265 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/
DConcurrentSkipListMap.java570 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/
DLICENSE339 permission to link this library with independent modules to produce an
/libcore/ojluni/
DNOTICE625 permission to link this library with independent modules to produce an
1512 {@link Replaceable} in their text representation class.