HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_END (Results 76 - 100 of 499) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libdivsufsort/examples/
suftest.c 109 if(LFS_FSEEK(fp, 0, SEEK_END) == 0) {
  /external/libvpx/libvpx/
vpxstats.c 35 if (fseek(stats->file, 0, SEEK_END))
  /external/libxcam/modules/isp/
xcam_cpf_reader.c 73 if (fseek (fp, 0, SEEK_END) < 0)
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiodio_append.c 62 offset = lseek(fd, SEEK_END, 0);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl34.c 81 SAFE_LSEEK(fd, 0, SEEK_END);
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek03.c 25 * the file when 'whence' value set to SEEK_END and any attempts to read
151 TEST(lseek64(fd, (loff_t) 0, SEEK_END));
169 tst_resm(TPASS, "test SEEK_END for llseek success");
  /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/skqp/src/ports/
SkOSFile_stdio.cpp 70 fseek(f, 0, SEEK_END); // go to the end
  /external/syslinux/com32/include/
stdio.h 27 #define SEEK_END 2
  /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 154 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);
  /system/core/libsparse/
append2simg.c 97 input_len = lseek64(input, 0, SEEK_END);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.c 202 case SZ_SEEK_END: moveMethod = SEEK_END; break;
230 int res = fseek(p->file, 0, SEEK_END);
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 79 _log_file.seek(0, os.SEEK_END)
117 _log_file.seek(0, os.SEEK_END)
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 64 #ifndef SEEK_END
65 #error SEEK_END not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 45 #ifndef SEEK_END
46 #error SEEK_END not defined
  /external/lz4/examples/
dictionaryRandomAccess.c 133 seek_bin(inpFp, -4, SEEK_END);
136 seek_bin(inpFp, -4 * (numOffsets + 1), SEEK_END);
  /external/lzma/C/
7zFile.c 202 case SZ_SEEK_END: moveMethod = SEEK_END; break;
230 int res = fseek(p->file, 0, SEEK_END);
  /external/toybox/toys/posix/
tail.c 80 off_t pos = lseek(fd, 0, SEEK_END);
87 if (lseek(fd, bytes, SEEK_END)<0) lseek(fd, 0, SEEK_SET);
  /frameworks/base/libs/androidfw/
ObbFile.cpp 119 off64_t fileLength = lseek64(fd, 0, SEEK_END);
251 lseek64(fd, 0, SEEK_END);

Completed in 999 milliseconds

1 2 34 5 6 7 8 91011>>