Searched refs:IO_Lseek (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/java/io/
H A DRandomAccessFile.c98 if ((ret = IO_Lseek(fd, 0L, SEEK_CUR)) == -1) {
115 if ((cur = IO_Lseek(fd, 0L, SEEK_CUR)) == -1) {
117 } else if ((end = IO_Lseek(fd, 0L, SEEK_END)) == -1) {
119 } else if (IO_Lseek(fd, cur, SEEK_SET) == -1) {
138 } else if (IO_Lseek(fd, pos, SEEK_SET) == -1) {
155 if ((cur = IO_Lseek(fd, 0L, SEEK_CUR)) == -1) goto fail;
158 if (IO_Lseek(fd, 0L, SEEK_END) == -1) goto fail;
160 if (IO_Lseek(fd, cur, SEEK_SET) == -1) goto fail;
H A DFileInputStream.c84 if ((cur = IO_Lseek(fd, (jlong)0, (jint)SEEK_CUR)) == -1) {
86 } else if ((end = IO_Lseek(fd, toSkip, (jint)SEEK_CUR)) == -1) {
/openjdk7/jdk/src/solaris/native/java/io/
H A Dio_util_md.h62 #define IO_Lseek JVM_Lseek macro
/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.h84 #define IO_Lseek handleLseek macro
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c219 if (IO_Lseek(zfd, offset, SEEK_SET) == -1) {
842 len = zip->len = IO_Lseek(zfd, 0, SEEK_END);

Completed in 34 milliseconds