/external/strace/xlat/ |
D | whence_codes.h | 10 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END) 11 XLAT(SEEK_END),
|
D | whence_codes.in | 3 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/toybox/toys/posix/ |
D | tail.c | 77 ssize_t pos = lseek(fd, 0, SEEK_END); in try_lseek() 84 if (lseek(fd, bytes, SEEK_END)<0) lseek(fd, 0, SEEK_SET); in try_lseek()
|
/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/v8/tools/ |
D | shell-utils.h | 46 fseek(file, 0, SEEK_END); in ReadFileAndRepeat()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 43 #ifndef SEEK_END 44 #error SEEK_END not defined
|
/external/ltrace/ |
D | memstream.c | 48 if (fseek(memstream->stream, 0, SEEK_END) < 0) { in memstream_close()
|
/external/linux-tools-perf/src/tools/perf/ui/ |
D | browser.c | 90 case SEEK_END: in ui_browser__list_head_seek() 122 case SEEK_END: in ui_browser__rb_tree_seek() 443 browser->seek(browser, -offset, SEEK_END); in ui_browser__run() 571 case SEEK_END: in ui_browser__argv_seek()
|
/external/v8/src/ |
D | icu_util.cc | 67 fseek(inf, 0, SEEK_END); in InitializeICU()
|
/external/ceres-solver/internal/ceres/ |
D | file.cc | 60 fseek(file_descriptor, 0L, SEEK_END); in ReadFileToStringOrDie()
|
/external/deqp/framework/common/ |
D | tcuResource.cpp | 70 fseek(m_file, 0, SEEK_END); in getSize()
|
/external/lzma/C/ |
D | 7zFile.c | 200 case SZ_SEEK_END: moveMethod = SEEK_END; break; in File_Seek() 228 int res = fseek(p->file, 0, SEEK_END); in File_GetLength()
|
/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/CPP/Common/ |
D | C_FileIO.cpp | 35 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()
|
D | test-would-substitute.cc | 74 fseek (f, 0, SEEK_END); in main()
|
D | test-buffer-serialize.cc | 72 fseek (f, 0, SEEK_END); in main()
|
/external/sfntly/cpp/src/sample/subsetter/ |
D | subset_util.cc | 51 fseek(input_file, 0, SEEK_END); in Subset()
|
/external/vboot_reference/host/lib/ |
D | host_misc.c | 38 fseek(f, 0, SEEK_END); in ReadFile()
|
/external/clang/test/Analysis/ |
D | stream.c | 7 #define SEEK_END 2 /* Seek from end of file. */ macro
|
/external/zlib/src/contrib/minizip/ |
D | ioapi.c | 171 fseek_origin = SEEK_END; in fseek_file_func() 194 fseek_origin = SEEK_END; in fseek64_file_func()
|
/external/deqp/framework/delibs/deutil/ |
D | deFile.c | 141 case DE_FILEPOSITION_END: return SEEK_END; in mapSeekPosition() 167 if (lseek(file->fd, -1, SEEK_END) < 0) in deFile_getSize()
|
/external/v8/tools/testrunner/server/ |
D | compression.py | 98 self.data.seek(0, os.SEEK_END)
|