Searched refs:ki_fstat (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_win.cc78 int res = ki_fstat(fd, &ki_buf);
85 int res = ki_fstat(fd, &ki_buf);
92 int res = ki_fstat(fd, &ki_buf);
99 int res = ki_fstat(fd, &ki_buf);
H A Dkernel_intercept.h92 int ki_fstat(int fd, struct stat* buf);
H A Dkernel_wrap_newlib.cc131 ERRNO_RTN(ki_fstat(fd, buf));
H A Dkernel_intercept.cc250 int ki_fstat(int fd, struct stat* buf) { function
H A Dkernel_wrap_bionic.cc183 int res = ki_fstat(fd, &buf);
H A Dkernel_wrap_glibc.cc216 int res = ki_fstat(fd, &buf);

Completed in 244 milliseconds