Searched defs:whence (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 162 @Override public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { in lseek()
|
D | Os.java | 101 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; in lseek()
|
D | ForwardingOs.java | 109 …public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { return os.ls… in lseek()
|
D | Posix.java | 103 public native long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException; in lseek()
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 267 …public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { retur… in lseek()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Posix.cpp | 1273 static jlong Posix_lseek(JNIEnv* env, jobject, jobject javaFd, jlong offset, jint whence) { in Posix_lseek()
|