Searched refs:mmap64 (Results 1 – 4 of 4) 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()
|
/system/core/libsparse/ |
D | output_file.cpp | 48 #define mmap64 mmap macro 665 … reinterpret_cast<char*>(mmap64(nullptr, buffer_size, PROT_READ, MAP_SHARED, fd, aligned_offset)); in write_fd_chunk()
|