/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/compiler-rt/test/profile/Inputs/ |
D | instrprof-file_ex.c | 36 fseek(F, 0, SEEK_END); in main() 56 fseek(F, 0, SEEK_END); in main()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvreader.cc | 51 int status = _fseeki64(m_file, 0L, SEEK_END); in GetFileSize() 58 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/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | log.py | 79 _log_file.seek(0, os.SEEK_END) 117 _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/toybox/toys/posix/ |
D | tail.c | 80 off_t pos = lseek(fd, 0, SEEK_END); in try_lseek() 87 if (lseek(fd, bytes, SEEK_END)<0) lseek(fd, 0, SEEK_SET); in try_lseek()
|
/external/ltp/testcases/kernel/syscalls/lseek/ |
D | lseek02.c | 129 int Whence[] = { SEEK_SET, SEEK_CUR, SEEK_END, -1 };
|
D | lseek01.c | 129 int Whence[] = { SEEK_SET, SEEK_CUR, SEEK_END, -1 };
|
D | lseek08.c | 109 TEST(lseek(fildes, 0, SEEK_END)); in main()
|
/external/v8/tools/ |
D | shell-utils.h | 48 fseek(file, 0, SEEK_END); in ReadFileAndRepeat()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 64 #ifndef SEEK_END 65 #error SEEK_END not defined
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | read_checkzero.c | 75 offset = lseek(fd, 4096, SEEK_END); in read_eof()
|
/external/dng_sdk/source/ |
D | dng_file_stream.cpp | 74 if (fseek (fFile, 0, SEEK_END) != 0) in DoGetLength()
|
/external/lz4/examples/ |
D | dictionaryRandomAccess.c | 133 seek_bin(inpFp, -4, SEEK_END); in test_decompress() 136 seek_bin(inpFp, -4 * (numOffsets + 1), SEEK_END); in test_decompress()
|
/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/compiler-rt/test/profile/Linux/ |
D | instrprof-merge-vp.c | 72 fseek(File, 0, SEEK_END); in main()
|
/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/lzma/CPP/Common/ |
D | C_FileIO.cpp | 39 off_t lengthTemp = Seek(0, SEEK_END); in GetLength()
|
/external/skia/experimental/FileReaderApp/ |
D | ReaderView.cpp | 41 fseek(f, 0, SEEK_END); in draw()
|
/external/harfbuzz_ng/src/ |
D | test-size-params.cc | 70 fseek (f, 0, SEEK_END); in main()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 45 #ifndef SEEK_END 46 #error SEEK_END not defined
|