OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ki_fstat
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_win.cc
78
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);
kernel_intercept.h
48
int
ki_fstat
(int fd, struct stat *buf);
kernel_wrap_newlib.cc
85
return (
ki_fstat
(fd, buf) < 0) ? errno : 0;
kernel_intercept.cc
136
int
ki_fstat
(int fd, struct stat *buf){
function
kernel_wrap_glibc.cc
168
int res =
ki_fstat
(fd, &buf);
Completed in 399 milliseconds