Searched refs:_real_getdents (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_real.h16 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t *nread);
H A Dmount_passthrough.cc74 int err = _real_getdents(real_fd_, pdir, count, &nread);
H A Dkernel_wrap_newlib.cc150 int _real_getdents(int fd, dirent* nacl_buf, size_t nacl_count, size_t* nread) { function
H A Dkernel_wrap_win.cc230 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t *nread) { function
H A Dkernel_wrap_glibc.cc306 int _real_getdents(int fd, void* buf, size_t count, size_t* nread) { function

Completed in 30 milliseconds