Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 25 of 225) 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/compiler-rt/test/profile/Inputs/
Dinstrprof-file_ex.c36 fseek(F, 0, SEEK_END); in main()
56 fseek(F, 0, SEEK_END); in main()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvreader.cc51 int status = _fseeki64(m_file, 0L, SEEK_END); in GetFileSize()
58 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/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py79 _log_file.seek(0, os.SEEK_END)
117 _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/toybox/toys/posix/
Dtail.c80 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/
Dlseek02.c129 int Whence[] = { SEEK_SET, SEEK_CUR, SEEK_END, -1 };
Dlseek01.c129 int Whence[] = { SEEK_SET, SEEK_CUR, SEEK_END, -1 };
Dlseek08.c109 TEST(lseek(fildes, 0, SEEK_END)); in main()
/external/v8/tools/
Dshell-utils.h48 fseek(file, 0, SEEK_END); in ReadFileAndRepeat()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp64 #ifndef SEEK_END
65 #error SEEK_END not defined
/external/ltp/testcases/kernel/io/ltp-aiodio/
Dread_checkzero.c75 offset = lseek(fd, 4096, SEEK_END); in read_eof()
/external/dng_sdk/source/
Ddng_file_stream.cpp74 if (fseek (fFile, 0, SEEK_END) != 0) in DoGetLength()
/external/lz4/examples/
DdictionaryRandomAccess.c133 seek_bin(inpFp, -4, SEEK_END); in test_decompress()
136 seek_bin(inpFp, -4 * (numOffsets + 1), SEEK_END); in test_decompress()
/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/compiler-rt/test/profile/Linux/
Dinstrprof-merge-vp.c72 fseek(File, 0, SEEK_END); in main()
/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/lzma/CPP/Common/
DC_FileIO.cpp39 off_t lengthTemp = Seek(0, SEEK_END); in GetLength()
/external/skia/experimental/FileReaderApp/
DReaderView.cpp41 fseek(f, 0, SEEK_END); in draw()
/external/harfbuzz_ng/src/
Dtest-size-params.cc70 fseek (f, 0, SEEK_END); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp45 #ifndef SEEK_END
46 #error SEEK_END not defined

123456789