Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileChannelImpl.c53 #define mmap64 mmap macro
57 #define mmap64 mmap macro
104 mapAddress = mmap64( in FileChannelImpl_map0()
Dzip_util.c54 #define mmap64 mmap macro
633 mappedAddr = mmap64(0, zip->mlen, PROT_READ, MAP_SHARED, zip->zfd, (off64_t) offset); in readCEN()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1949 void* ptr = mmap64(suggestedPtr, byteCount, prot, flags, fd, offset); in Linux_mmap()