Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java454 private static volatile boolean pipeSupported = true; field in FileChannelImpl
483 pipeSupported = false; in transferToDirectlyInternal()
514 if ((target instanceof SinkChannelImpl) && !pipeSupported) in transferToDirectly()