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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/xlat/
whence_codes.h 12 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END)
13 XLAT(SEEK_END),
  /art/compiler/linker/
output_stream.h 30 kSeekEnd = SEEK_END,
  /system/core/libcutils/
load_file.c 32 sz = lseek(fd, 0, SEEK_END);
  /external/libvpx/libvpx/third_party/libwebm/
mkvreader.cpp 52 int status = _fseeki64(m_file, 0L, SEEK_END);
59 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);
  /toolchain/binutils/binutils-2.25/ld/
sysdep.h 106 #ifndef SEEK_END
107 #define SEEK_END 2
ld.h 29 #ifndef SEEK_END
30 #define SEEK_END 2
  /external/tpm2/
NVMem.c 78 fseek(s_NVFile, 0, SEEK_END);
89 fseek(s_NVFile, 0, SEEK_END);
96 fseek(s_NVFile, 0, SEEK_END);
  /external/ltrace/
memstream.c 48 if (fseek(memstream->stream, 0, SEEK_END) < 0) {
  /external/v8/tools/
shell-utils.h 48 fseek(file, 0, SEEK_END);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /prebuilts/gdb/linux-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /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
  /toolchain/binutils/binutils-2.25/binutils/
sysdep.h 134 #ifndef SEEK_END
135 #define SEEK_END 2
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_keyfile.py 86 self.keyfile.seek(0, os.SEEK_END)
88 self.keyfile.seek(-1, os.SEEK_END)
93 self.keyfile.seek(-100, os.SEEK_END)
  /external/bsdiff/
file.cc 117 off_t end_pos = lseek(fd_, 0, SEEK_END);
121 lseek(fd_, 0, SEEK_END);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_file_part.py 60 fp.seek(-offset, whence=os.SEEK_END)
65 fp.seek(1, whence=os.SEEK_END)
  /external/ceres-solver/internal/ceres/
file.cc 60 fseek(file_descriptor, 0L, 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 70 fseek(m_file, 0, SEEK_END);
  /external/dng_sdk/source/
dng_file_stream.cpp 74 if (fseek (fFile, 0, SEEK_END) != 0)
  /external/harfbuzz_ng/src/
test-size-params.cc 70 fseek (f, 0, SEEK_END);
test-would-substitute.cc 74 fseek (f, 0, SEEK_END);
  /external/lzma/CPP/Common/
C_FileIO.cpp 39 off_t lengthTemp = Seek(0, SEEK_END);

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>