Home
last modified time | relevance | path

Searched refs:newFileChannel (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixChannelFactory.java110 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel() method in UnixChannelFactory
119 static FileChannel newFileChannel(int dfd, in newFileChannel() method in UnixChannelFactory
151 static FileChannel newFileChannel(UnixPath path, in newFileChannel() method in UnixChannelFactory
156 return newFileChannel(-1, path, null, options, mode); in newFileChannel()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixChannelFactory.java110 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel() method in UnixChannelFactory
119 static FileChannel newFileChannel(int dfd, in newFileChannel() method in UnixChannelFactory
151 static FileChannel newFileChannel(UnixPath path, in newFileChannel() method in UnixChannelFactory
156 return newFileChannel(-1, path, null, options, mode); in newFileChannel()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixChannelFactory.java110 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel() method in UnixChannelFactory
119 static FileChannel newFileChannel(int dfd, in newFileChannel() method in UnixChannelFactory
151 static FileChannel newFileChannel(UnixPath path, in newFileChannel() method in UnixChannelFactory
156 return newFileChannel(-1, path, null, options, mode); in newFileChannel()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixChannelFactory.java103 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel() method in UnixChannelFactory
112 static FileChannel newFileChannel(int dfd, in newFileChannel() method in UnixChannelFactory
143 static FileChannel newFileChannel(UnixPath path, in newFileChannel() method in UnixChannelFactory
148 return newFileChannel(-1, path, null, options, mode); in newFileChannel()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/unix/classes/sun/nio/fs/
H A DUnixChannelFactory.java110 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel() method in UnixChannelFactory
119 static FileChannel newFileChannel(int dfd, in newFileChannel() method in UnixChannelFactory
151 static FileChannel newFileChannel(UnixPath path, in newFileChannel() method in UnixChannelFactory
156 return newFileChannel(-1, path, null, options, mode); in newFileChannel()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixChannelFactory.java110 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel() method in UnixChannelFactory
119 static FileChannel newFileChannel(int dfd, in newFileChannel() method in UnixChannelFactory
151 static FileChannel newFileChannel(UnixPath path, in newFileChannel() method in UnixChannelFactory
156 return newFileChannel(-1, path, null, options, mode); in newFileChannel()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixChannelFactory.java103 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel() method in UnixChannelFactory
112 static FileChannel newFileChannel(int dfd, in newFileChannel() method in UnixChannelFactory
143 static FileChannel newFileChannel(UnixPath path, in newFileChannel() method in UnixChannelFactory
148 return newFileChannel(-1, path, null, options, mode); in newFileChannel()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java114 .newFileChannel(join(file, name), null, opts, 0L); in size()
141 .newFileChannel(join(file, name), null, opts, 0L); in read()
200 .newFileChannel(join(file, name), null, opts, 0L); in write()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java114 .newFileChannel(join(file, name), null, opts, 0L); in size()
141 .newFileChannel(join(file, name), null, opts, 0L); in read()
200 .newFileChannel(join(file, name), null, opts, 0L); in write()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java114 .newFileChannel(join(file, name), null, opts, 0L); in size()
141 .newFileChannel(join(file, name), null, opts, 0L); in read()
200 .newFileChannel(join(file, name), null, opts, 0L); in write()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java114 .newFileChannel(join(file, name), null, opts, 0L); in size()
141 .newFileChannel(join(file, name), null, opts, 0L); in read()
200 .newFileChannel(join(file, name), null, opts, 0L); in write()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java114 .newFileChannel(join(file, name), null, opts, 0L); in size()
141 .newFileChannel(join(file, name), null, opts, 0L); in read()
200 .newFileChannel(join(file, name), null, opts, 0L); in write()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java116 .newFileChannel(join(file, name), null, opts, 0L); in size()
144 .newFileChannel(join(file, name), null, opts, 0L); in read()
204 .newFileChannel(join(file, name), null, opts, 0L); in write()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java114 .newFileChannel(join(file, name), null, opts, 0L); in size()
141 .newFileChannel(join(file, name), null, opts, 0L); in read()
200 .newFileChannel(join(file, name), null, opts, 0L); in write()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java114 .newFileChannel(join(file, name), null, opts, 0L); in size()
141 .newFileChannel(join(file, name), null, opts, 0L); in read()
200 .newFileChannel(join(file, name), null, opts, 0L); in write()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException { in newFileChannel() method in AtomicAppend
89 try (FileChannel fc = newFileChannel(file)) { in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException { in newFileChannel() method in AtomicAppend
89 try (FileChannel fc = newFileChannel(file)) { in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException { in newFileChannel() method in AtomicAppend
89 try (FileChannel fc = newFileChannel(file)) { in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException { in newFileChannel() method in AtomicAppend
89 try (FileChannel fc = newFileChannel(file)) { in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException {
89 try (FileChannel fc = newFileChannel(file)) {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException { in newFileChannel() method in AtomicAppend
89 try (FileChannel fc = newFileChannel(file)) { in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException { in newFileChannel() method in AtomicAppend
89 try (FileChannel fc = newFileChannel(file)) { in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException { in newFileChannel() method in AtomicAppend
89 try (FileChannel fc = newFileChannel(file)) { in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException { in newFileChannel() method in AtomicAppend
89 try (FileChannel fc = newFileChannel(file)) { in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/FileChannel/
H A DAtomicAppend.java47 static FileChannel newFileChannel(File file) throws IOException { in newFileChannel() method in AtomicAppend
89 try (FileChannel fc = newFileChannel(file)) { in main()

12345678