Home | History | Annotate | Download | only in native

Lines Matching refs:lseek

825     return throwIfMinusOne(env, "lseek", TEMP_FAILURE_RETRY(lseek64(fd, offset, whence)));
1318 NATIVE_METHOD(Posix, lseek, "(Ljava/io/FileDescriptor;JI)J"),