Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DNioUtils.java62 public static FileChannel newFileChannel(Closeable ioObject, FileDescriptor fd, int mode) { in newFileChannel() argument
66 return FileChannelImpl.open(fd, null, readable, writable, append, ioObject); in newFileChannel()