Home
last modified time | relevance | path

Searched refs:_real_getdents (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_real.h18 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t* nread);
H A Dkernel_wrap_dummy.cc26 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t* nread) { in _real_getdents() function
H A Dkernel_wrap_newlib.cc307 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t* nread) { in _real_getdents() function
H A Dkernel_wrap_irt_ext.c368 int _real_getdents(int fd, void *nacl_buf, size_t nacl_count, size_t *nread) { in _real_getdents() function
H A Dkernel_wrap_glibc.cc537 int _real_getdents(int fd, void* buf, size_t count, size_t* nread) { in _real_getdents() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dreal_node.cc93 int err = _real_getdents(real_fd_, pdir, count, &nread); in GetDents()