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

1 2 3 4 56 7 8 910

  /dalvik/libdex/
SysUtil.c 89 end = lseek(fd, 0L, SEEK_END);
  /development/simulator/app/
Shmem.cpp 150 len = lseek(fd, 0, SEEK_END);
  /external/chromium/net/base/
file_stream_posix.cc 32 net::FROM_END == SEEK_END, whence_matches_system);
  /external/chromium/net/disk_cache/
file_posix.cc 369 size_t ret = lseek(platform_file_, 0, SEEK_END);
  /external/chromium/third_party/icu/source/common/
umapfile.c 253 fseek(f, 0, SEEK_END);
  /external/chromium/third_party/icu/source/test/intltest/
idnaconf.cpp 87 fseek( f, 0, SEEK_END);
  /external/chromium/third_party/icu/source/test/thaitest/
thaitest.cpp 320 fseek(f, 0, SEEK_END);
  /external/dropbear/libtommath/etc/
pprime.c 157 fseek(primes, 0, SEEK_END);
  /external/icu4c/common/
umapfile.c 229 fseek(f, 0, SEEK_END);
  /external/icu4c/test/intltest/
dcfmtest.cpp 463 fseek( f, 0, SEEK_END);
idnaconf.cpp 87 fseek( f, 0, SEEK_END);
itspoof.cpp 329 fseek(f.getAlias(), 0, SEEK_END);
  /external/icu4c/test/thaitest/
thaitest.cpp 320 fseek(f, 0, SEEK_END);
  /external/qemu/android/utils/
ini.c 261 fseek(fp, 0, SEEK_END);
path.c 538 sz = lseek(fd, 0, SEEK_END);
  /external/qemu/block/
dmg.c 92 if(lseek(s->fd,-0x1d8,SEEK_END)<0) {
  /external/sonivox/arm-fm-22k/host_src/
eas_hostmm.c 227 if (fseek(ioFile, 0L, SEEK_END) != 0)
  /external/sonivox/arm-hybrid-22k/host_src/
eas_hostmm.c 227 if (fseek(ioFile, 0L, SEEK_END) != 0)
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 270 if (lseek(fd, 0, SEEK_END) < 0) {
  /external/srec/portable/src/
PFileWrap.c 162 fseek ( self, 0, SEEK_END );
  /external/svox/pico/lib/
picopal.c 364 picopal_fseek(stream,0,SEEK_END);
  /external/v8/samples/
lineprocessor.cc 323 fseek(file, 0, SEEK_END);
shell.cc 203 fseek(file, 0, SEEK_END);
  /external/zlib/contrib/minizip/
minizip.c 218 int n = fseeko64(pFile, 0, SEEK_END);
  /system/core/init/
util.c 174 sz = lseek(fd, 0, SEEK_END);

Completed in 297 milliseconds

1 2 3 4 56 7 8 910