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

1 23 4 5 6 7 8 91011>>

  /external/freetype/src/base/
ftsystem.c 249 ft_fseek( file, 0, SEEK_END );
  /external/harfbuzz_ng/src/
test.cc 73 fseek (f, 0, SEEK_END);
  /external/libdivsufsort/examples/
sasearch.c 97 if(LFS_FSEEK(fp, 0, SEEK_END) == 0) {
suftest.c 109 if(LFS_FSEEK(fp, 0, SEEK_END) == 0) {
  /external/pdfium/third_party/freetype/src/base/
ftsystem.c 249 ft_fseek( file, 0, SEEK_END );
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 53 fseek(input_file, 0, SEEK_END);
  /external/sfntly/cpp/src/test/
test_font_utils.cc 74 fseek(input_file, 0, SEEK_END);
  /external/tlsdate/src/common/
fmemopen-funopen.c 107 case SEEK_END:
  /external/v8/src/
startup-data-util.cc 56 fseek(file, 0, SEEK_END);
  /external/v8/tools/testrunner/server/
compression.py 98 self.data.seek(0, os.SEEK_END)
  /external/vboot_reference/cgpt/
cmd_find.c 46 fseek(f, 0, SEEK_END);
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 50 fseek(fp, 0, SEEK_END);
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 86 ASSERT_EQ(0, fseek(output_file, 0, SEEK_END));
  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 146 off64_t size = lseek64(fd, 0, SEEK_END);
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpFileWriter.java 80 final long size = Os.lseek(mCacheFd.getFileDescriptor(), 0, OsConstants.SEEK_END);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
webm_video_source.h 47 whence = SEEK_END;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 56 # define SEEK_END 2 /* Seek from end of file. */
  /system/core/libsparse/
append2simg.c 97 input_len = lseek64(input, 0, SEEK_END);
  /development/ndk/platforms/android-21/include/
stdio.h 208 #ifndef SEEK_END
209 #define SEEK_END 2 /* set file offset to EOF plus offset */
  /development/ndk/platforms/android-3/include/
stdio.h 199 #ifndef SEEK_END
200 #define SEEK_END 2 /* set file offset to EOF plus offset */
  /development/ndk/platforms/android-8/include/
stdio.h 199 #ifndef SEEK_END
200 #define SEEK_END 2 /* set file offset to EOF plus offset */
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_hashing_helper.py 212 wrapper.seek(0, os.SEEK_END)
239 wrapper.seek(0, os.SEEK_END)
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 44 #ifndef SEEK_END
45 #error SEEK_END not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 43 #ifndef SEEK_END
44 #error SEEK_END not defined
  /external/lzma/C/
7zFile.c 202 case SZ_SEEK_END: moveMethod = SEEK_END; break;
230 int res = fseek(p->file, 0, SEEK_END);

Completed in 1516 milliseconds

1 23 4 5 6 7 8 91011>>