/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_real.h | 24 int _real_read(int fd, void *buf, size_t count, size_t *nread);
|
kernel_wrap_dummy.cc | 55 int _real_read(int fd, void *buf, size_t count, size_t *nread) { function
|
mount_passthrough.cc | 42 err = _real_read(real_fd_, buf, count, &nread);
|
kernel_wrap_newlib.cc | 303 int _real_read(int fd, void* buf, size_t count, size_t* nread) { function
|
mount_dev.cc | 123 int err = _real_read(fd_, buf, count, &readcnt);
|
kernel_wrap_glibc.cc | 376 int _real_read(int fd, void *buf, size_t count, size_t *nread) { function
|