HomeSort by relevance Sort by last modified time
    Searched refs:FileChannelImpl (Results 1 - 10 of 10) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
FileLockImpl.java 55 if (ch instanceof FileChannelImpl)
56 ((FileChannelImpl)ch).release(this);
FileChannelImpl.java 49 public class FileChannelImpl
79 private FileChannelImpl(FileDescriptor fd, String path, boolean readable,
96 return new FileChannelImpl(fd, path, readable, writable, false, parent);
104 return new FileChannelImpl(fd, path, readable, writable, append, parent);
429 if (target instanceof FileChannelImpl) {
432 targetFD = ((FileChannelImpl)target).fd;
460 if (target instanceof FileChannelImpl)
484 if (!((target instanceof FileChannelImpl) || isSelChImpl))
572 if (target instanceof FileChannelImpl &&
573 !((FileChannelImpl)target).writable
    [all...]
  /libcore/luni/src/main/java/java/nio/
NioUtils.java 29 import sun.nio.ch.FileChannelImpl;
56 return ((FileChannelImpl) fc).fd;
66 return FileChannelImpl.open(fd, null, readable, writable, append, ioObject);
  /libcore/ojluni/src/main/native/
FileChannelImpl.c 54 static jfieldID chan_fd; /* jobject 'fd' in sun.io.FileChannelImpl */
240 NATIVE_METHOD(FileChannelImpl, initIDs, "()J"),
241 NATIVE_METHOD(FileChannelImpl, map0, "(IJJ)J"),
242 NATIVE_METHOD(FileChannelImpl, unmap0, "(JJ)I"),
243 NATIVE_METHOD(FileChannelImpl, position0, "(Ljava/io/FileDescriptor;J)J"),
244 NATIVE_METHOD(FileChannelImpl, transferTo0, "(IJJI)J"),
248 jniRegisterNativeMethods(env, "sun/nio/ch/FileChannelImpl", gMethods, NELEM(gMethods));
openjdksub.mk 26 FileChannelImpl.c \
  /libcore/ojluni/src/main/java/java/io/
FileOutputStream.java 33 import sun.nio.ch.FileChannelImpl;
396 channel = FileChannelImpl.open(fd, path, false, true, append, this);
FileInputStream.java 33 import sun.nio.ch.FileChannelImpl;
398 channel = FileChannelImpl.open(fd, path, true, false, this);
RandomAccessFile.java 30 import sun.nio.ch.FileChannelImpl;
292 channel = FileChannelImpl.open(fd, path, true, rw, this);
    [all...]
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 945 milliseconds