Home
last modified time | relevance | path

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

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