Searched defs:lseek (Results 1 – 14 of 14) sorted by relevance
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 25 #define lseek _lseek macro
|
/external/chromium_org/net/base/ |
D | file_stream_context_posix.cc | 33 #define lseek lseek64 macro
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 39 # define lseek _lseek macro
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 58 #define lseek(fd, offset, origin) ((off_t)-1) macro
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 59 #define lseek(fd, offset, origin) ((off_t)-1) macro
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | port.h | 374 inline off_t lseek(int fd, off_t offset, int whence) { in lseek() function
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | port.h | 371 inline off_t lseek(int fd, off_t offset, int whence) { in lseek() function
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | server.c | 787 VG_(lseek) (fd, ofs, VKI_SEEK_SET); in handle_query() local
|
/external/valgrind/main/coregrind/ |
D | m_libcfile.c | 234 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ) in VG_() argument
|
/external/qemu/include/ |
D | qemu-common.h | 99 # define lseek _lseeki64 macro
|
/external/chromium_org/ppapi/tests/ |
D | test_file_io.cc | 35 # define lseek _lseek macro
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | kernel_wrap_test.cc | 372 TEST_F(KernelWrapTest, lseek) { in TEST_F() argument
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_proxy.cc | 662 off_t KernelProxy::lseek(int fd, off_t offset, int whence) { in lseek() function in nacl_io::KernelProxy
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 3338 PRE(lseek) in PRE() argument
|