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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h 19 int _real_mmap(void** addr, size_t length, int prot, int flags, int fd,
kernel_wrap_dummy.cc 38 int _real_mmap(void** addr, size_t length, int prot, int flags, int fd, function
mount_node.cc 137 int mmap_error = _real_mmap(
mount_passthrough.cc 100 int err = _real_mmap(out_addr, length, prot, flags, real_fd_, offset);
kernel_wrap_newlib.cc 283 int _real_mmap(void** addr, size_t length, int prot, int flags, int fd, function
kernel_wrap_glibc.cc 355 int _real_mmap(void** addr, size_t length, int prot, int flags, int fd, function

Completed in 68 milliseconds