Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java452 private static volatile boolean pipeSupported = true; field in FileChannelImpl
481 pipeSupported = false; in transferToDirectlyInternal()
512 if ((target instanceof SinkChannelImpl) && !pipeSupported) in transferToDirectly()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java278 private static volatile boolean pipeSupported = true; field in FileChannelImpl