/external/tpm2/ |
D | NVMem.c | 78 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/ |
D | whence_codes.h | 12 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END) 13 XLAT(SEEK_END),
|
D | whence_codes.in | 3 SEEK_END
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
D | 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/libvpx/libvpx/third_party/libwebm/ |
D | mkvreader.cpp | 52 int status = _fseeki64(m_file, 0L, SEEK_END); in GetFileSize() 59 fseek(m_file, 0L, SEEK_END); in GetFileSize()
|
/external/bsdiff/ |
D | file.cc | 117 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/ |
D | test_file_part.py | 60 fp.seek(-offset, whence=os.SEEK_END) 65 fp.seek(1, whence=os.SEEK_END)
|
D | test_daisy_chain_wrapper.py | 224 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)
|
D | test_hashing_helper.py | 212 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/ |
D | log.py | 77 _log_file.seek(0, os.SEEK_END) 115 _log_file.seek(0, os.SEEK_END)
|
/external/sfntly/cpp/src/test/ |
D | file_io_test.cc | 36 fseek(file_handle, 0, SEEK_END); in TestFileInputStream() 97 fseek(file_handle, 0, SEEK_END); in TestFontInputStreamBasic()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_stream.cxx | 188 case SEEK_END: in _tiffosSeekProc() 223 case SEEK_END: in _tiffosSeekProc() 281 case SEEK_END: in _tiffisSeekProc()
|
/external/toybox/toys/posix/ |
D | tail.c | 78 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/ |
D | shell-utils.h | 48 fseek(file, 0, SEEK_END); in ReadFileAndRepeat()
|
/external/ltrace/ |
D | memstream.c | 48 if (fseek(memstream->stream, 0, SEEK_END) < 0) { in memstream_close()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 44 #ifndef SEEK_END 45 #error SEEK_END not defined
|
/external/v8/src/ |
D | icu_util.cc | 67 fseek(inf, 0, SEEK_END); in InitializeICU()
|
/external/dng_sdk/source/ |
D | dng_file_stream.cpp | 74 if (fseek (fFile, 0, SEEK_END) != 0) in DoGetLength()
|
/external/ceres-solver/internal/ceres/ |
D | file.cc | 60 fseek(file_descriptor, 0L, SEEK_END); in ReadFileToStringOrDie()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 43 #ifndef SEEK_END 44 #error SEEK_END not defined
|
/external/lzma/C/ |
D | 7zFile.c | 202 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/ |
D | tcuResource.cpp | 70 fseek(m_file, 0, SEEK_END); in getSize()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | input_audio_file.cc | 50 RTC_CHECK_EQ(0, fseek(fp_, 0, SEEK_END)); // Move to end of file. in Seek()
|
/external/harfbuzz_ng/src/ |
D | test-size-params.cc | 70 fseek (f, 0, SEEK_END); in main()
|
/external/lzma/CPP/Common/ |
D | C_FileIO.cpp | 39 off_t lengthTemp = Seek(0, SEEK_END); in GetLength()
|