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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/xlat/
whence_codes.h 10 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END)
11 XLAT(SEEK_END),
  /art/compiler/
output_stream.h 32 kSeekEnd = SEEK_END,
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 31 #define SEEK_END 2 /* set file offset to EOF plus offset */
  /system/core/libcutils/
load_file.c 32 sz = lseek(fd, 0, SEEK_END);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvreader.cpp 52 int status = _fseeki64(m_file, 0L, SEEK_END);
59 fseek(m_file, 0L, SEEK_END);
  /external/compiler-rt/SDKs/darwin/usr/include/
stdio.h 69 #ifndef SEEK_END
70 #define SEEK_END 2 /* set file offset to EOF plus offset */
  /external/libvpx/libvpx/third_party/libwebm/
mkvreader.cpp 59 int status = _fseeki64(m_file, 0L, SEEK_END);
66 fseek(m_file, 0L, SEEK_END);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvreader.cpp 47 int status = _fseeki64(m_file, 0L, SEEK_END);
54 fseek(m_file, 0L, SEEK_END);
  /external/chromium_org/v8/tools/
shell-utils.h 46 fseek(file, 0, SEEK_END);
  /external/ltrace/
memstream.c 48 if (fseek(memstream->stream, 0, SEEK_END) < 0) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 59 #ifndef SEEK_END
60 #define SEEK_END 2
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fopen.c 95 (void)_sseek(fp, (fpos_t)0, SEEK_END);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
stdio.c 64 (void) lseek(fp->_file, (off_t)0, SEEK_END);
  /external/ceres-solver/internal/ceres/
file.cc 60 fseek(file_descriptor, 0L, SEEK_END);
  /external/chromium_org/third_party/harfbuzz-ng/src/
test-size-params.cc 70 fseek (f, 0, SEEK_END);
test-would-substitute.cc 74 fseek (f, 0, SEEK_END);
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subsetter/
subset_util.cc 51 fseek(input_file, 0, SEEK_END);
  /external/chromium_org/third_party/skia/experimental/FileReaderApp/
ReaderView.cpp 41 fseek(f, 0, SEEK_END);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_file_image.cc 36 if (fseek(image_file, 0, SEEK_END) != 0) {
  /external/chromium_org/v8/src/
icu_util.cc 67 fseek(inf, 0, SEEK_END);
  /external/clang/test/Analysis/
stream.c 7 #define SEEK_END 2 /* Seek from end of file. */
46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
  /external/deqp/framework/common/
tcuResource.cpp 77 fseek(m_file, 0, SEEK_END);
  /external/harfbuzz_ng/src/
test-size-params.cc 70 fseek (f, 0, SEEK_END);

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 91011>>