Searched refs:nacl_buf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_glibc.cc30 void stat_to_nacl_stat(const struct stat* buf, nacl_abi_stat* nacl_buf) { argument
31 memset(nacl_buf, 0, sizeof(struct nacl_abi_stat));
32 nacl_buf->nacl_abi_st_dev = buf->st_dev;
33 nacl_buf->nacl_abi_st_ino = buf->st_ino;
34 nacl_buf->nacl_abi_st_mode = buf->st_mode;
35 nacl_buf->nacl_abi_st_nlink = buf->st_nlink;
36 nacl_buf->nacl_abi_st_uid = buf->st_uid;
37 nacl_buf->nacl_abi_st_gid = buf->st_gid;
38 nacl_buf->nacl_abi_st_rdev = buf->st_rdev;
39 nacl_buf
47 nacl_stat_to_stat(const nacl_abi_stat* nacl_buf, struct stat* buf) argument
165 fstat(int fd, struct nacl_abi_stat *nacl_buf) argument
179 getdents(int fd, dirent* nacl_buf, size_t nacl_count, size_t *nread) argument
269 stat(const char *pathname, struct nacl_abi_stat *nacl_buf) argument
309 char* nacl_buf = (char*)alloca(count); local
[all...]
H A Dkernel_wrap_real.h16 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t *nread);
H A Dkernel_wrap_newlib.cc150 int _real_getdents(int fd, dirent* nacl_buf, size_t nacl_count, size_t* nread) { argument
151 return REAL(getdents)(fd, nacl_buf, nacl_count, nread);
H A Dkernel_wrap_win.cc230 int _real_getdents(int fd, void* nacl_buf, size_t nacl_count, size_t *nread) { argument

Completed in 57 milliseconds