HomeSort by relevance Sort by last modified time
    Searched full:_real_getdents (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h 16 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t *nread);
kernel_wrap_dummy.cc 26 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t *nread) { function
mount_passthrough.cc 80 int err = _real_getdents(real_fd_, pdir, count, &nread);
kernel_wrap_newlib.cc 269 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t* nread) { function
kernel_wrap_glibc.cc 315 int _real_getdents(int fd, void* buf, size_t count, size_t* nread) { function

Completed in 79 milliseconds