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.java442 int targetFDVal = IOUtil.fdVal(targetFD); in transferToDirectly() local
443 if (thisFDVal == targetFDVal) // Not supported on some configurations in transferToDirectly()
455 n = transferTo0(thisFDVal, position, icount, targetFDVal); in transferToDirectly()