Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 25 of 219) sorted by relevance

123456789

/external/tpm2/
DNVMem.c78 fseek(s_NVFile, 0, SEEK_END); in _plat__NVEnable()
89 fseek(s_NVFile, 0, SEEK_END); in _plat__NVEnable()
96 fseek(s_NVFile, 0, SEEK_END); in _plat__NVEnable()
/external/strace/xlat/
Dwhence_codes.h12 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END)
13 XLAT(SEEK_END),
Dwhence_codes.in3 SEEK_END
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_keyfile.py86 self.keyfile.seek(0, os.SEEK_END)
88 self.keyfile.seek(-1, os.SEEK_END)
93 self.keyfile.seek(-100, os.SEEK_END)
/external/libvpx/libvpx/third_party/libwebm/
Dmkvreader.cpp52 int status = _fseeki64(m_file, 0L, SEEK_END); in GetFileSize()
59 fseek(m_file, 0L, SEEK_END); in GetFileSize()
/external/bsdiff/
Dfile.cc117 off_t end_pos = lseek(fd_, 0, SEEK_END); in GetSize()
121 lseek(fd_, 0, SEEK_END); in GetSize()
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_file_part.py60 fp.seek(-offset, whence=os.SEEK_END)
65 fp.seek(1, whence=os.SEEK_END)
Dtest_daisy_chain_wrapper.py224 daisy_chain_wrapper.seek(0, whence=os.SEEK_END)
229 daisy_chain_wrapper.seek(0, whence=os.SEEK_END)
294 daisy_chain_wrapper.seek(1, whence=os.SEEK_END)
Dtest_hashing_helper.py212 wrapper.seek(0, os.SEEK_END)
239 wrapper.seek(0, os.SEEK_END)
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py77 _log_file.seek(0, os.SEEK_END)
115 _log_file.seek(0, os.SEEK_END)
/external/sfntly/cpp/src/test/
Dfile_io_test.cc36 fseek(file_handle, 0, SEEK_END); in TestFileInputStream()
97 fseek(file_handle, 0, SEEK_END); in TestFontInputStreamBasic()
/external/opencv3/3rdparty/libtiff/
Dtif_stream.cxx188 case SEEK_END: in _tiffosSeekProc()
223 case SEEK_END: in _tiffosSeekProc()
281 case SEEK_END: in _tiffisSeekProc()
/external/toybox/toys/posix/
Dtail.c78 off_t pos = lseek(fd, 0, SEEK_END); in try_lseek()
85 if (lseek(fd, bytes, SEEK_END)<0) lseek(fd, 0, SEEK_SET); in try_lseek()
/external/v8/tools/
Dshell-utils.h48 fseek(file, 0, SEEK_END); in ReadFileAndRepeat()
/external/ltrace/
Dmemstream.c48 if (fseek(memstream->stream, 0, SEEK_END) < 0) { in memstream_close()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp44 #ifndef SEEK_END
45 #error SEEK_END not defined
/external/v8/src/
Dicu_util.cc67 fseek(inf, 0, SEEK_END); in InitializeICU()
/external/dng_sdk/source/
Ddng_file_stream.cpp74 if (fseek (fFile, 0, SEEK_END) != 0) in DoGetLength()
/external/ceres-solver/internal/ceres/
Dfile.cc60 fseek(file_descriptor, 0L, SEEK_END); in ReadFileToStringOrDie()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp43 #ifndef SEEK_END
44 #error SEEK_END not defined
/external/lzma/C/
D7zFile.c202 case SZ_SEEK_END: moveMethod = SEEK_END; break; in File_Seek()
230 int res = fseek(p->file, 0, SEEK_END); in File_GetLength()
/external/deqp/framework/common/
DtcuResource.cpp70 fseek(m_file, 0, SEEK_END); in getSize()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dinput_audio_file.cc50 RTC_CHECK_EQ(0, fseek(fp_, 0, SEEK_END)); // Move to end of file. in Seek()
/external/harfbuzz_ng/src/
Dtest-size-params.cc70 fseek (f, 0, SEEK_END); in main()
/external/lzma/CPP/Common/
DC_FileIO.cpp39 off_t lengthTemp = Seek(0, SEEK_END); in GetLength()

123456789