Home
last modified time | relevance | path

Searched refs:FileChannelImpl (Results 1 – 14 of 14) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DNioUtils.java28 import sun.nio.ch.FileChannelImpl;
72 return ((FileChannelImpl) fc).fd; in getFD()
84 return FileChannelImpl.open(fd, null, readable, writable, append, ioObject); in newFileChannel()
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileLockImpl.java60 if (ch instanceof FileChannelImpl) in release()
61 ((FileChannelImpl)ch).release(this); in release()
DFileChannelImpl.java58 public class FileChannelImpl class
98 private FileChannelImpl(FileDescriptor fd, String path, boolean readable, in FileChannelImpl() method in FileChannelImpl
120 return new FileChannelImpl(fd, path, readable, writable, false, parent); in open()
128 return new FileChannelImpl(fd, path, readable, writable, append, parent); in open()
484 if (target instanceof FileChannelImpl) in transferToDirectlyInternal()
508 if (target instanceof FileChannelImpl) { in transferToDirectly()
511 targetFD = ((FileChannelImpl)target).fd; in transferToDirectly()
556 if (!((target instanceof FileChannelImpl) || isSelChImpl)) in transferToTrustedChannel()
644 if (target instanceof FileChannelImpl && in transferTo()
645 !((FileChannelImpl)target).writable) in transferTo()
[all …]
/libcore/ojluni/src/main/native/
DFileChannelImpl.c288 NATIVE_METHOD(FileChannelImpl, initIDs, "()J"),
289 NATIVE_METHOD(FileChannelImpl, map0, "(IJJ)J"),
290 NATIVE_METHOD(FileChannelImpl, unmap0, "(JJ)I"),
291 NATIVE_METHOD(FileChannelImpl, position0, "(Ljava/io/FileDescriptor;J)J"),
292 …NATIVE_METHOD(FileChannelImpl, transferTo0, "(Ljava/io/FileDescriptor;JJLjava/io/FileDescriptor;)J…
DAndroid.bp46 "FileChannelImpl.c",
/libcore/ojluni/src/main/java/java/io/
DFileInputStream.java36 import sun.nio.ch.FileChannelImpl;
475 channel = FileChannelImpl.open(fd, path, true, false, this); in getChannel()
DFileOutputStream.java39 import sun.nio.ch.FileChannelImpl;
478 channel = FileChannelImpl.open(fd, path, false, true, append, this); in getChannel()
DRandomAccessFile.java31 import sun.nio.ch.FileChannelImpl;
350 channel = FileChannelImpl.open(fd, path, true, rw, this); in getChannel()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixChannelFactory.java33 import sun.nio.ch.FileChannelImpl;
106 return FileChannelImpl.open(fdObj, path, reading, writing, null); in newFileChannel()
137 … return FileChannelImpl.open(fdObj, path.toString(), flags.read, flags.write, flags.append, null); in newFileChannel()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java31 public class FileChannelImpl extends java.nio.channels.FileChannel { class
33 private FileChannelImpl( in FileChannelImpl() method in FileChannelImpl
144 private long transferFromFileChannel(sun.nio.ch.FileChannelImpl src, long position, long count) in transferFromFileChannel()
/libcore/ojluni/src/main/java/java/nio/
DDirect-X-Buffer.java.template166 // For memory-mapped buffers -- invoked by FileChannelImpl via reflection
/libcore/
DEXPECTED_UPSTREAM1463 ojluni/src/main/java/sun/nio/ch/FileChannelImpl.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/n…
1758 ojluni/src/main/native/FileChannelImpl.c,jdk8u/jdk8u121-b13,jdk/src/solaris/native/sun/nio/ch/FileC…
Dopenjdk_java_files.bp1576 "ojluni/src/main/java/sun/nio/ch/FileChannelImpl.java",
/libcore/ojluni/
DNOTICE8297 sun/nio/ch/FileChannelImpl.java follows.