Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileChannelImpl.c285 NATIVE_METHOD(FileChannelImpl, unmap0, "(JJ)I"),
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java858 unmap0(address, size); in run()
1003 unmap0(addr, mapSize); in map()
1226 private static native int unmap0(long address, long length); in unmap0() method in FileChannelImpl