Home
last modified time | relevance | path

Searched defs:_real_lseek (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dkernel_wrap_dummy.cc30 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { in _real_lseek() function
Dkernel_wrap_newlib.cc300 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { in _real_lseek() function
Dkernel_wrap_bionic.cc424 int _real_lseek(int fd, int64_t offset, int whence, int64_t* new_offset) { in _real_lseek() function
Dkernel_wrap_glibc.cc523 int _real_lseek(int fd, off_t offset, int whence, off_t* new_offset) { in _real_lseek() function