(long address, long len)
| 790 | static native long mremap0(int fd, long address, long previousSize, long newSize, long offset, int flags); |
| 791 | |
| 792 | static native int munmap0(long address, long len); |
| 793 | |
| 794 | native static int openRO(long lpszName); |
| 795 |
no outgoing calls
no test coverage detected