Searched defs:lseek (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 161 @Override public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { in lseek() method in BlockGuardOs
|
D | Os.java | 97 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; in lseek() method
|
D | ForwardingOs.java | 105 …public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { return os.ls… in lseek() method in ForwardingOs
|
D | Posix.java | 99 public native long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; in lseek() method in Posix
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 250 …public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { retur… in lseek() method in Os
|