Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java509 int thisFDVal = IOUtil.fdVal(fd); in transferToDirectly() local
511 if (thisFDVal == targetFDVal) // Not supported on some configurations in transferToDirectly()