Home
last modified time | relevance | path

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

1234567

/external/strace/xlat/
Dwhence_codes.h10 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END)
11 XLAT(SEEK_END),
Dwhence_codes.in3 SEEK_END
/external/libvpx/libvpx/third_party/libwebm/
Dmkvreader.cpp52 int status = _fseeki64(m_file, 0L, SEEK_END); in GetFileSize()
59 fseek(m_file, 0L, SEEK_END); in GetFileSize()
/external/toybox/toys/posix/
Dtail.c77 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/
Dfile_io_test.cc36 fseek(file_handle, 0, SEEK_END); in TestFileInputStream()
97 fseek(file_handle, 0, SEEK_END); in TestFontInputStreamBasic()
/external/v8/tools/
Dshell-utils.h46 fseek(file, 0, SEEK_END); in ReadFileAndRepeat()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp43 #ifndef SEEK_END
44 #error SEEK_END not defined
/external/ltrace/
Dmemstream.c48 if (fseek(memstream->stream, 0, SEEK_END) < 0) { in memstream_close()
/external/linux-tools-perf/src/tools/perf/ui/
Dbrowser.c90 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/
Dicu_util.cc67 fseek(inf, 0, SEEK_END); in InitializeICU()
/external/ceres-solver/internal/ceres/
Dfile.cc60 fseek(file_descriptor, 0L, SEEK_END); in ReadFileToStringOrDie()
/external/deqp/framework/common/
DtcuResource.cpp70 fseek(m_file, 0, SEEK_END); in getSize()
/external/lzma/C/
D7zFile.c200 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/
Dcstdio.pass.cpp43 #ifndef SEEK_END
44 #error SEEK_END not defined
/external/lzma/CPP/Common/
DC_FileIO.cpp35 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()
Dtest-would-substitute.cc74 fseek (f, 0, SEEK_END); in main()
Dtest-buffer-serialize.cc72 fseek (f, 0, SEEK_END); in main()
/external/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc51 fseek(input_file, 0, SEEK_END); in Subset()
/external/vboot_reference/host/lib/
Dhost_misc.c38 fseek(f, 0, SEEK_END); in ReadFile()
/external/clang/test/Analysis/
Dstream.c7 #define SEEK_END 2 /* Seek from end of file. */ macro
/external/zlib/src/contrib/minizip/
Dioapi.c171 fseek_origin = SEEK_END; in fseek_file_func()
194 fseek_origin = SEEK_END; in fseek64_file_func()
/external/deqp/framework/delibs/deutil/
DdeFile.c141 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/
Dcompression.py98 self.data.seek(0, os.SEEK_END)

1234567