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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h 17 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset);
kernel_wrap_dummy.cc 30 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { function
mount_passthrough.cc 37 int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);
57 int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);
kernel_wrap_newlib.cc 274 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { function
kernel_wrap_glibc.cc 345 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { function

Completed in 82 milliseconds