Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java877 unmap0(address, size); in run()
1008 unmap0(addr, mapSize); in map()
1275 private static native int unmap0(long address, long length); in unmap0() method in FileChannelImpl