Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java457 private static volatile boolean fileSupported = true; field in FileChannelImpl
483 fileSupported = false; in transferToDirectlyInternal()
507 if (!fileSupported) in transferToDirectly()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java250 private static volatile boolean fileSupported = true; field in FileChannelImpl