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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.h 78 int ki_fchmod(int fd, mode_t mode);
kernel_wrap_newlib.cc 146 ERRNO_RTN(ki_fchmod(fd, mode));
kernel_intercept.cc 196 int ki_fchmod(int fd, mode_t mode) { function
kernel_wrap_bionic.cc 173 ERRNO_RTN(ki_fchmod(fd, mode));
kernel_wrap_glibc.cc 382 ERRNO_RTN(ki_fchmod(fd, mode));

Completed in 59 milliseconds