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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.h 93 int ki_getdents(int fd, void* buf, unsigned int count);
kernel_wrap_newlib.cc 135 int rtn = ki_getdents(fd, buf, count);
kernel_intercept.cc 255 int ki_getdents(int fd, void* buf, unsigned int count) { function
kernel_wrap_bionic.cc 207 count = ki_getdents(fd, buf, nacl_count);
kernel_wrap_glibc.cc 236 count = ki_getdents(fd, buf, nacl_count);

Completed in 866 milliseconds