Searched refs:existing (Results 1 – 6 of 6) sorted by relevance
108 NativeBuffer existing = buffers[i]; in releaseNativeBuffer() local109 if (existing.size() < buffer.size()) { in releaseNativeBuffer()110 existing.cleaner().clean(); in releaseNativeBuffer()
471 UnixPath existing = UnixPath.toUnixPath(obj2); in createLink() local478 existing.checkWrite(); in createLink()481 link(existing, link); in createLink()483 x.rethrowAsIOException(link, existing); in createLink()
122 static void link(UnixPath existing, UnixPath newfile) throws UnixException { in link() argument123 NativeBuffer existingBuffer = copyToNativeBuffer(existing); in link()
685 public void createLink(Path link, Path existing) throws IOException { in createLink() argument
1085 public static Path createLink(Path link, Path existing) throws IOException {1086 provider(link).createLink(link, existing);
795 const char* existing = (const char*)jlong_to_ptr(existingAddress); in Java_sun_nio_fs_UnixNativeDispatcher_link0() local798 RESTARTABLE(link(existing, newname), err); in Java_sun_nio_fs_UnixNativeDispatcher_link0()