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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_win.cc 177 int res = ki_stat(path, &ki_buf);
184 int res = ki_stat(path, &ki_buf);
191 int res = ki_stat(path, &ki_buf);
198 int res = ki_stat(path, &ki_buf);
kernel_intercept.h 39 int ki_stat(const char* path, struct stat* buf);
kernel_wrap_newlib.cc 128 return (ki_stat(pathname, buf) < 0) ? errno : 0;
kernel_intercept.cc 95 int ki_stat(const char *path, struct stat *buf) { function
kernel_wrap_glibc.cc 272 int res = ki_stat(pathname, &buf);
  /external/chromium_org/base/process/
process_iterator_freebsd.cc 71 if ((kinfo.ki_pid > 0) && (kinfo.ki_stat == SZOMB))

Completed in 1649 milliseconds