Searched defs:whence (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 241 @Override public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { in lseek()
|
D | Os.java | 408 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; in lseek()
|
D | ForwardingOs.java | 469 …public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { return os.ls… in lseek()
|
D | Linux.java | 123 public native long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; in lseek()
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 439 …public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { retur… in lseek()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1897 static jlong Linux_lseek(JNIEnv* env, jobject, jobject javaFd, jlong offset, jint whence) { in Linux_lseek()
|