Searched refs:mmap64 (Results 1 – 3 of 3) sorted by relevance
/system/core/libutils/include/utils/ |
D | Compat.h | 32 static inline void* mmap64(void* addr, size_t length, int prot, int flags, int fd, off64_t offset) { in mmap64() function
|
/system/extras/ext4_utils/include/ext4_utils/ |
D | ext4_utils.h | 44 #define mmap64 mmap macro
|
/system/core/libutils/ |
D | FileMap.cpp | 202 void* ptr = mmap64(nullptr, adjLength, prot, flags, fd, adjOffset); in create()
|