HomeSort by relevance Sort by last modified time
    Searched refs:IO_Lseek (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/native/
io_util_md.h 62 #define IO_Lseek JVM_Lseek
FileInputStream.c 79 if ((cur = IO_Lseek(fd, (jlong)0, (jint)SEEK_CUR)) == -1) {
85 } else if ((end = IO_Lseek(fd, toSkip, (jint)SEEK_CUR)) == -1) {
zip_util.c 881 len = zip->len = IO_Lseek(zfd, 0, SEEK_END);
    [all...]

Completed in 280 milliseconds