Home
last modified time | relevance | path

Searched defs:newFileChannel (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
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
DUnixFileSystemProvider.java166 public FileChannel newFileChannel(Path obj, in newFileChannel() method in UnixFileSystemProvider
/libcore/luni/src/main/java/java/nio/
DNioUtils.java66 public static FileChannel newFileChannel(Closeable ioObject, FileDescriptor fd, int mode) { in newFileChannel() method in NioUtils
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java471 public FileChannel newFileChannel(Path path, in newFileChannel() method in FileSystemProvider