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

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 40 #define lseek _lseek macro
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 496 off_t KernelProxy::lseek(int fd, off_t offset, int whence) { function in class:nacl_io::KernelProxy
  /external/valgrind/main/coregrind/
m_libcfile.c 223 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ) function
    [all...]
  /libcore/luni/src/main/java/java/io/
RandomAccessFile.java 223 return Libcore.os.lseek(fd, 0L, SEEK_CUR);
601 Libcore.os.lseek(fd, offset, SEEK_SET);
  /libcore/luni/src/main/java/libcore/io/
Os.java 81 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; method in interface:Os
Posix.java 83 public native long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; method in class:Posix
ForwardingOs.java 89 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { return os.lseek(fd, offset, whence); } method in class:ForwardingOs
  /system/core/adb/
sysdeps.h 390 return lseek(fd, pos, where);
392 #undef lseek macro
393 #define lseek ___xxx_lseek macro
  /external/qemu/
qemu-common.h 104 #define lseek _lseeki64 macro
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 702 Libcore.os.lseek(fd, offset, SEEK_SET);
728 Libcore.os.lseek(fd, offset, SEEK_SET);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 1888 LSS_INLINE off_t LSS_NAME(lseek)(int f, off_t o, int w) { function
    [all...]

Completed in 4510 milliseconds

12