Home
last modified time | relevance | path

Searched defs:lseek (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java219 @Override public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { in lseek() method in BlockGuardOs
DForwardingOs.java152 …public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { return os.ls… in lseek() method in ForwardingOs
DOs.java126 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; in lseek() method
DLinux.java124 public native long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; in lseek() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java360 …public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { retur… in lseek() method in Os