Home
last modified time | relevance | path

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

1234567891011

/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/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/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/ltp/testcases/kernel/syscalls/lseek/
Dlseek11.c193 SAFE_LSEEK(fd, -128, SEEK_END); in setup()
214 if (offset != SAFE_LSEEK(fd, 0, SEEK_END)) in test_lseek()
Dlseek02.c129 int Whence[] = { SEEK_SET, SEEK_CUR, SEEK_END, -1 };
Dlseek01.c129 int Whence[] = { SEEK_SET, SEEK_CUR, SEEK_END, -1 };
/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/io/ltp-aiodio/
Dread_checkzero.c54 offset = lseek(fd, 4096, SEEK_END); in read_eof()
/external/mesa3d/src/compiler/spirv/
Dspirv2nir.c55 off_t len = lseek(fd, 0, SEEK_END); in main()
/external/v8/tools/
Dshell-utils.h48 fseek(file, 0, SEEK_END); in ReadFileAndRepeat()
/external/python/cpython2/Lib/
Dio.py64 SEEK_END = 2 variable
/external/dng_sdk/source/
Ddng_file_stream.cpp74 if (fseek (fFile, 0, SEEK_END) != 0) in DoGetLength()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp64 #ifndef SEEK_END
65 #error SEEK_END not defined
/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/deqp/framework/common/
DtcuResource.cpp70 fseek(m_file, 0, SEEK_END); in getSize()
/external/compiler-rt/test/profile/Linux/
Dinstrprof-merge-vp.c72 fseek(File, 0, SEEK_END); in main()
/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/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/harfbuzz_ng/src/
Dtest-size-params.cc70 fseek (f, 0, SEEK_END); in main()
/external/skia/experimental/FileReaderApp/
DReaderView.cpp41 fseek(f, 0, SEEK_END); in draw()

1234567891011