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

1 2 3 4 5 6 7 8910

  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 396 return SEEK_END;
  /external/chromium/third_party/zlib/
gzio.c 768 SEEK_END is not implemented, returns error.
778 if (s == NULL || whence == SEEK_END ||
  /external/libvpx/
ivfenc.c 122 if (fseek(stats->file, 0, SEEK_END))
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 764 SEEK_END is not implemented, returns error.
774 if (s == NULL || whence == SEEK_END ||
  /external/quake/quake/src/QW/client/
gl_warp.c 407 fseek (f, -768, SEEK_END);
common.c 1338 fseek (f, 0, SEEK_END);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 456 fseek (f, -768, SEEK_END);
  /external/v8/src/
d8.cc 524 fseek(file, 0, SEEK_END);
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 680 else if(whence == SEEK_END)
  /external/zlib/
gzio.c 764 SEEK_END is not implemented, returns error.
774 if (s == NULL || whence == SEEK_END ||
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
ZipFile.cpp 212 fseek(mZipFp, 0, SEEK_END);
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 237 fseek(fp, 0, SEEK_END);
  /system/core/adb/
file_sync_client.c 328 size = adb_lseek(lfd, 0, SEEK_END);
sysdeps_win32.c 267 case SEEK_END: method = FILE_END; break;
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
package.cpp 201 fseek(f, 0, SEEK_END);
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 201 fseek(f, 0, SEEK_END);
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 512 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 193 fseek (infile , 0 , SEEK_END);
495 //fseek (fIn , 0 , SEEK_END);
    [all...]
  /bionic/linker/
linker.c 681 sz = lseek(fd, -sizeof(prelink_info_t), SEEK_END);
    [all...]
  /external/kernel-headers/original/linux/
fs.h 32 #define SEEK_END 2 /* seek relative to end of file */
    [all...]
  /external/strace/
file.c 445 { SEEK_END, "SEEK_END" },
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 417 offset, (whence > 0) ? SEEK_END : (whence < 0 ? SEEK_SET : SEEK_CUR));
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 283 fseek(fp, 0, SEEK_END) < 0 ||
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 1030 if (fseek(fp, 0L, SEEK_END) != 0) {
    [all...]

Completed in 682 milliseconds

1 2 3 4 5 6 7 8910