Searched defs:mmap64 (Results 1 - 2 of 2) sorted by relevance

/system/extras/ext4_utils/
H A Dext4_utils.h43 #define mmap64 mmap macro
49 static inline void *mmap64(void *addr, size_t length, int prot, int flags, function
/system/core/libsparse/
H A Doutput_file.c45 #define mmap64 mmap macro
51 static inline void *mmap64(void *addr, size_t length, int prot, int flags, function
717 char *data = mmap64(NULL, buffer_size, PROT_READ, MAP_SHARED, fd,

Completed in 226 milliseconds