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.java577 unmap(dbb); in transferToTrustedChannel()
698 unmap(bb); in transferFromFileChannel()
897 private static void unmap(MappedByteBuffer bb) { in unmap() method in FileChannelImpl