Searched defs:_real_lseek (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
| D | kernel_wrap_dummy.cc | 30 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { in _real_lseek() function
|
| D | kernel_wrap_newlib.cc | 300 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { in _real_lseek() function
|
| D | kernel_wrap_bionic.cc | 424 int _real_lseek(int fd, int64_t offset, int whence, int64_t* new_offset) { in _real_lseek() function
|
| D | kernel_wrap_glibc.cc | 523 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { in _real_lseek() function
|