HomeSort by relevance Sort by last modified time
    Searched defs:mmap64 (Results 1 - 6 of 6) sorted by null

  /bionic/libc/bionic/
mmap.cpp 42 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { function
63 return mmap64(addr, size, prot, flags, fd, static_cast<off64_t>(offset));
  /external/chromium_org/tools/android/heap_profiler/
heap_profiler_hooks_android.c 55 real_mmap64 = (mmap64_t) dlsym(RTLD_NEXT, "mmap64");
125 HEAP_PROFILER_EXPORT void* mmap64( function
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.h 44 #define mmap64 mmap macro
  /system/extras/ext4_utils/
ext4_utils.h 44 #define mmap64 mmap macro
  /external/qemu/distrib/libsparse/src/
output_file.c 47 #define mmap64 mmap macro
709 char *data = mmap64(NULL, buffer_size, PROT_READ, MAP_SHARED, fd,
  /system/core/libsparse/
output_file.c 47 #define mmap64 mmap macro
709 char *data = mmap64(NULL, buffer_size, PROT_READ, MAP_SHARED, fd,

Completed in 234 milliseconds