Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java558 unmap(dbb); in transferToTrustedChannel()
679 unmap(bb); in transferFromFileChannel()
878 private static void unmap(MappedByteBuffer bb) { in unmap() method in FileChannelImpl