HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_CUR (Results 201 - 225 of 323) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
unistd.h 48 #define SEEK_CUR 1
zconf.h 297 # define SEEK_CUR 1 /* Seek from current position. */
  /external/zlib/src/contrib/minizip/
ioapi.c 168 fseek_origin = SEEK_CUR;
191 fseek_origin = SEEK_CUR;
  /external/zlib/src/examples/
gzjoin.c 181 lseek(in->fd, skip - 1, SEEK_CUR);
188 lseek(in->fd, skip - left, SEEK_CUR);
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 296 loff_t pos = lseek64(fd, 0, SEEK_CUR);
412 off_t pos = lseek(fd, 0, SEEK_CUR);
515 off_t pos = lseek(ctx->fd, 0, SEEK_CUR);
  /external/libmtp/src/
playlist-spl.c 227 f->filesize = lseek(fd, 0, SEEK_CUR); // file desc is currently at end of file
352 offcnt = lseek(fd, 0, SEEK_CUR);
364 rdcnt = lseek(fd, 0, SEEK_CUR) - offcnt;
  /bionic/libc/include/
stdio.h 184 #ifndef SEEK_CUR
185 #define SEEK_CUR 1 /* set file offset to current plus offset */
  /bionic/libc/kernel/common/linux/
fs.h 34 #define SEEK_CUR 1
  /dalvik/libdex/
SysUtil.cpp 88 start = lseek(fd, 0L, SEEK_CUR);