HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_END (Results 151 - 175 of 598) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/kernel-headers/original/uapi/linux/
fs.h 33 #define SEEK_END 2 /* seek relative to end of file */
  /external/libdivsufsort/examples/
mksary.c 133 if(LFS_FSEEK(fp, 0, SEEK_END) == 0) {
  /external/libvpx/libvpx/
vpxstats.c 47 if (fseek(stats->file, 0, SEEK_END))
  /external/opencv3/modules/imgcodecs/src/
grfmt_webp.cpp 109 fseek(wfile, 0, SEEK_END);
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 163 fseek(file_, 0, SEEK_END);
  /external/skia/src/ports/
SkOSFile_stdio.cpp 100 fseek(f, 0, SEEK_END); // go to the end
  /external/tlsdate/src/common/
fmemopen.c 121 case SEEK_END:
  /external/v8/src/snapshot/
mksnapshot.cc 121 fseek(file, 0, SEEK_END);
  /external/vboot_reference/host/lib21/
host_misc.c 33 fseek(f, 0, SEEK_END);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 54 fseek(fid, 0, SEEK_END);
  /external/zopfli/src/zopfli/
zopfli_bin.c 48 fseek(file , 0 , SEEK_END);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 83 fseek(finput, 0L, SEEK_END);
  /frameworks/av/media/libstagefright/tests/
MediaCodecListOverrides_test.cpp 143 fseek(f, 0, SEEK_END);
  /frameworks/base/libs/androidfw/
Asset.cpp 146 length = lseek64(fd, 0, SEEK_END);
199 fileLen = lseek(fd, 0, SEEK_END);
332 case SEEK_END:
390 fileLength = lseek64(fd, 0, SEEK_END);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxstats.c 44 if (fseek(stats->file, 0, SEEK_END))
webmdec.c 38 whence = SEEK_END;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 57 fseek (fp, 0 , SEEK_END);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 57 fseek (fp, 0 , SEEK_END);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDCC.cpp 191 fseek(pFile, 0, SEEK_END);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 87 whence = SEEK_END;
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
prettywritertest.cpp 151 fseek(fp, 0, SEEK_END);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 102 # define SEEK_END 2 /* Seek from end of file. */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
fs.h 27 #define SEEK_END 2
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
unistd.h 49 #define SEEK_END 2
zconf.h 298 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */

Completed in 604 milliseconds

1 2 3 4 5 67 8 91011>>