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

1 2 3 4 5 6 7 8 910

  /system/core/libcutils/
load_file.c 32 sz = lseek(fd, 0, SEEK_END);
  /bionic/libc/stdio/
fopen.c 74 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
stdio.c 64 (void) lseek(fp->_file, (off_t)0, SEEK_END);
freopen.c 156 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
  /external/chromium/third_party/zlib/contrib/minizip/
ioapi.c 27 #ifndef SEEK_END
28 #define SEEK_END 2
139 fseek_origin = SEEK_END;
  /build/tools/apriori/
prelink_info.c 42 off_t end = lseek(fd, 0, SEEK_END);
49 "lseek(%d, 0, SEEK_END): %s (%d)!\n",
79 off_t sz = lseek(fd, 0, SEEK_END);
81 "lseek(%d, 0, SEEK_END): %s (%d)!\n",
  /build/tools/soslim/
prelink_info.c 42 off_t end = lseek(fd, 0, SEEK_END);
52 "lseek(%d, 0, SEEK_END): %s (%d)!\n",
82 off_t sz = lseek(fd, 0, SEEK_END);
84 "lseek(%d, 0, SEEK_END): %s (%d)!\n",
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 59 #ifndef SEEK_END
60 #define SEEK_END 2
dtest.c 91 size = yaffs_lseek(h,0,SEEK_END);
673 r= yaffs_lseek(f,0,SEEK_END);
690 r= yaffs_lseek(f,0,SEEK_END);
693 r= yaffs_lseek(f,500,SEEK_END);
787 printf("file length is %d\n",(int)yaffs_lseek(h,0,SEEK_END));
987 yaffs_lseek(a,0,SEEK_END);
998 int syz = yaffs_lseek(a,0,SEEK_END);
1051 yaffs_lseek(a,0,SEEK_END);
1062 int syz = yaffs_lseek(a,0,SEEK_END);
1070 syz = yaffs_lseek(a,0,SEEK_END);
    [all...]
  /build/tools/isprelinked/
prelink_info.c 42 off_t end = lseek(fd, 0, SEEK_END);
49 "lseek(%d, 0, SEEK_END): %s (%d)!\n",
  /development/simulator/app/
AssetStream.h 79 whence = SEEK_END;
  /external/quake/quake/src/QW/client/
sys_null.c 18 fseek (f, 0, SEEK_END);
  /external/skia/src/core/
SkMMapStream.cpp 19 off_t offset = lseek(fildes, 0, SEEK_END); // find the file size
  /external/skia/src/images/
SkFDStream.cpp 39 off_t size = ::lseek(fFD, 0, SEEK_END);
  /frameworks/base/media/libstagefright/
FileSource.cpp 84 fseek(mFile, 0, SEEK_END);
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
IFileSystem.java 42 public final int SEEK_END = 4;
  /bootable/recovery/
verifier.c 54 if (fseek(f, -FOOTER_SIZE, SEEK_END) != 0) {
90 if (fseek(f, -eocd_size, SEEK_END) != 0) {
  /external/icu4c/samples/layout/
UnicodeReader.cpp 46 fseek(f, 0, SEEK_END);
  /external/skia/src/ports/
SkOSFile_stdio.cpp 48 ::fseek((FILE*)f, 0, SEEK_END); // go to the end
  /frameworks/base/include/private/media/
VideoFrame.h 41 fseek(in, 0, SEEK_END);
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 84 #define SEEK_END 2 /* Seek from end of file. */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 80 #define SEEK_END 2 /* Seek from end of file. */
  /system/core/libzipfile/
test_zipfile.c 40 fseek(f, 0, SEEK_END);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 70 #ifndef SEEK_END
71 #error "SEEK_END must be a macro"
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
tiwlan_loader.c 159 if (fseek(f1, 0, SEEK_END)) {
186 if( fseek(f2, 0, SEEK_END) ) {
201 if( fseek(f3, 0, SEEK_END) ) {

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 910