Home
last modified time | relevance | path

Searched refs:ki_stat (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dkernel_wrap_win.cc177 int res = ki_stat(path, &ki_buf); in _stat32()
184 int res = ki_stat(path, &ki_buf); in _stat64()
191 int res = ki_stat(path, &ki_buf); in _stat64i32()
198 int res = ki_stat(path, &ki_buf); in _stat32i64()
Dkernel_intercept.h50 int ki_stat(const char* path, struct stat* buf);
Dkernel_wrap_newlib.cc177 return (ki_stat(pathname, buf) < 0) ? errno : 0; in WRAP()
Dkernel_intercept.cc123 int ki_stat(const char *path, struct stat *buf) { in ki_stat() function
Dkernel_wrap_glibc.cc270 int res = ki_stat(pathname, &buf); in WRAP()
/external/chromium_org/base/process/
Dprocess_iterator_freebsd.cc71 if ((kinfo.ki_pid > 0) && (kinfo.ki_stat == SZOMB)) in CheckForNextProcess()