Searched refs:SEEK_CUR (Results 1 – 5 of 5) sorted by relevance
188 Libcore.os.lseek(fd, byteCount, SEEK_CUR); in skip()
225 return Libcore.os.lseek(fd, 0L, SEEK_CUR); in getFilePointer()
264 return Libcore.os.lseek(fd, 0L, SEEK_CUR); in position()
390 public static final int SEEK_CUR = placeholder(); field in OsConstants
437 initConstant(env, c, "SEEK_CUR", SEEK_CUR); in OsConstants_initConstants()