HomeSort by relevance Sort by last modified time
    Searched defs:lseek (Results 1 - 17 of 17) sorted by null

  /bionic/libc/arch-arm/syscalls/
lseek.S 5 ENTRY(lseek) function
14 END(lseek)
  /bionic/libc/arch-arm64/syscalls/
lseek.S 5 ENTRY(lseek) function
14 END(lseek)
17 .equ lseek64, lseek
  /bionic/libc/arch-mips/syscalls/
lseek.S 5 ENTRY(lseek) function
19 END(lseek)
  /bionic/libc/arch-mips64/syscalls/
lseek.S 5 ENTRY(lseek) function
25 END(lseek)
28 .equ lseek64, lseek
  /bionic/libc/arch-x86/syscalls/
lseek.S 5 ENTRY(lseek) function
31 END(lseek)
  /bionic/libc/arch-x86_64/syscalls/
lseek.S 5 ENTRY(lseek) function
15 END(lseek)
18 .equ lseek64, lseek
  /external/e2fsprogs/include/nonunix/
unistd.h 25 #define lseek _lseek macro
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 57 // Win32 lseek is broken: If invoked on a non-seekable file descriptor, its
59 #define lseek(fd, offset, origin) ((off_t)-1) macro
157 lseek(file_, count, SEEK_CUR) != (off_t)-1) {
  /external/llvm/tools/gold/
gold-plugin.cpp 39 # define lseek _lseek macro
  /bootable/recovery/minadbd/
sysdeps.h 383 return lseek(fd, pos, where);
385 #undef lseek macro
386 #define lseek ___xxx_lseek macro
  /external/bison/darwin-lib/
unistd.h 89 lseek(), read(), unlink(), write() in <io.h>. */
1405 # undef lseek macro
    [all...]
  /external/bison/linux-lib/
unistd.h 89 lseek(), read(), unlink(), write() in <io.h>. */
1405 # undef lseek macro
    [all...]
  /external/chromium_org/ppapi/tests/
test_file_io.cc 35 # define lseek _lseek macro
131 if (lseek(fd, 0, SEEK_SET) < 0)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 374 inline off_t lseek(int fd, off_t offset, int whence) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 371 inline off_t lseek(int fd, off_t offset, int whence) { function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 696 off_t KernelProxy::lseek(int fd, off_t offset, int whence) { function in class:nacl_io::KernelProxy
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 1886 LSS_INLINE off_t LSS_NAME(lseek)(int f, off_t o, int w) { function
    [all...]

Completed in 513 milliseconds