Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java240 @Override public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { in lseek() method in BlockGuardOs
DForwardingOs.java472 …public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { return os.ls… in lseek() method in ForwardingOs
DOs.java409 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; in lseek() method