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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_intercept.h78 int ki_fchmod(int fd, mode_t mode);
H A Dkernel_wrap_newlib.cc146 ERRNO_RTN(ki_fchmod(fd, mode));
H A Dkernel_intercept.cc196 int ki_fchmod(int fd, mode_t mode) { function
H A Dkernel_wrap_bionic.cc173 ERRNO_RTN(ki_fchmod(fd, mode));
H A Dkernel_wrap_glibc.cc382 ERRNO_RTN(ki_fchmod(fd, mode));

Completed in 423 milliseconds