Home
last modified time | relevance | path

Searched defs:existing (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DNativeBuffers.java108 NativeBuffer existing = buffers[i]; in releaseNativeBuffer() local
DUnixFileSystemProvider.java471 UnixPath existing = UnixPath.toUnixPath(obj2); in createLink() local
DUnixNativeDispatcher.java122 static void link(UnixPath existing, UnixPath newfile) throws UnixException { in link()
/libcore/luni/src/test/java/libcore/java/nio/file/spi/
DFileSystemProviderTest.java151 Path existing = Paths.get("testfile"); in testCreateLink() local
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java685 public void createLink(Path link, Path existing) throws IOException { in createLink()
/libcore/ojluni/src/main/native/
DUnixNativeDispatcher.c795 const char* existing = (const char*)jlong_to_ptr(existingAddress); in Java_sun_nio_fs_UnixNativeDispatcher_link0() local