/libcore/luni/src/main/java/java/nio/ |
D | NioUtils.java | 28 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/ |
D | FileLockImpl.java | 60 if (ch instanceof FileChannelImpl) in release() 61 ((FileChannelImpl)ch).release(this); in release()
|
D | FileChannelImpl.java | 58 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/ |
D | FileChannelImpl.c | 288 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…
|
D | Android.bp | 46 "FileChannelImpl.c",
|
/libcore/ojluni/src/main/java/java/io/ |
D | FileInputStream.java | 36 import sun.nio.ch.FileChannelImpl; 475 channel = FileChannelImpl.open(fd, path, true, false, this); in getChannel()
|
D | FileOutputStream.java | 39 import sun.nio.ch.FileChannelImpl; 478 channel = FileChannelImpl.open(fd, path, false, true, append, this); in getChannel()
|
D | RandomAccessFile.java | 31 import sun.nio.ch.FileChannelImpl; 350 channel = FileChannelImpl.open(fd, path, true, rw, this); in getChannel()
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixChannelFactory.java | 33 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/ |
D | FileChannelImpl.java | 31 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/ |
D | Direct-X-Buffer.java.template | 166 // For memory-mapped buffers -- invoked by FileChannelImpl via reflection
|
/libcore/ |
D | EXPECTED_UPSTREAM | 1463 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…
|
D | openjdk_java_files.bp | 1576 "ojluni/src/main/java/sun/nio/ch/FileChannelImpl.java",
|
/libcore/ojluni/ |
D | NOTICE | 8297 sun/nio/ch/FileChannelImpl.java follows.
|