/aosp12/art/libelffile/stream/ |
H A D | vector_output_stream.cc | 26 off_t VectorOutputStream::Seek(off_t offset, Whence whence) { in Seek()
|
H A D | file_output_stream.cc | 32 off_t FileOutputStream::Seek(off_t offset, Whence whence) { in Seek()
|
H A D | buffered_output_stream.cc | 63 off_t BufferedOutputStream::Seek(off_t offset, Whence whence) { in Seek()
|
H A D | error_delaying_output_stream.h | 53 off_t Seek(off_t offset, Whence whence) override { in Seek()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | cached_file_descriptor.cc | 29 off64_t CachedFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
|
H A D | fake_file_descriptor.cc | 55 off64_t FakeFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
|
H A D | fec_file_descriptor.cc | 57 off64_t FecFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
|
H A D | file_descriptor.cc | 72 off64_t EintrSafeFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
|
H A D | cow_writer_file_descriptor.cc | 95 off64_t CowWriterFileDescriptor::Seek(const off64_t offset, int whence) { in Seek()
|
/aosp12/frameworks/base/native/android/ |
H A D | asset_manager.cpp | 154 off_t AAsset_seek(AAsset* asset, off_t offset, int whence) in AAsset_seek() 159 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence) in AAsset_seek64()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | Asset.cpp | 343 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek() 543 off64_t _FileAsset::seek(off64_t offset, int whence) in seek() 864 off64_t _CompressedAsset::seek(off64_t offset, int whence) in seek()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_reader.cpp | 55 off64_t ReadFdFileDescriptor::Seek(off64_t offset, int whence) { in Seek() 290 off64_t CompressedSnapshotReader::Seek(off64_t offset, int whence) { in Seek()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | Compat.h | 36 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64()
|
/aosp12/bionic/libc/stdio/ |
H A D | fmemopen.cpp | 92 static fpos_t fmemopen_seek(void* cookie, fpos_t offset, int whence) { in fmemopen_seek()
|
H A D | stdio.cpp | 536 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek() 541 off64_t __sseek64(void* cookie, off64_t offset, int whence) { in __sseek64() 551 static off64_t __seek_unlocked(FILE* fp, off64_t offset, int whence) { in __seek_unlocked() 592 int __fseeko64(FILE* fp, off64_t offset, int whence, int off_t_bits) { in __fseeko64() 631 int fseeko(FILE* fp, off_t offset, int whence) { in fseeko() 638 int fseeko64(FILE* fp, off64_t offset, int whence) { in fseeko64()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | open_memstream.c | 76 memstream_seek(void *v, fpos_t off, int whence) in memstream_seek()
|
H A D | open_wmemstream.c | 80 wmemstream_seek(void *v, fpos_t off, int whence) in wmemstream_seek()
|
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
H A D | FwdLockConv.h | 102 typedef off64_t FwdLockConv_LSeekFunc_t(int fileDesc, off64_t offset, int whence); typedef
|
/aosp12/bionic/libc/bionic/ |
H A D | legacy_32_bit_support.cpp | 53 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64()
|
/aosp12/system/core/libcutils/ |
H A D | ashmem_test.cpp | 162 int whence; in TEST() member
|
/aosp12/system/extras/libfec/include/fec/ |
H A D | io.h | 150 bool seek(int64_t offset, int whence) { in seek()
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | utility.cpp | 70 int64_t SeekFile64(int fd, int64_t offset, int whence) { in SeekFile64()
|
/aosp12/system/extras/libfec/ |
H A D | fec_read.cpp | 403 int fec_seek(struct fec_handle *f, int64_t offset, int whence) in fec_seek()
|
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
H A D | FwdLockFile.c | 316 off64_t FwdLockFile_lseek(int fileDesc, off64_t offset, int whence) { in FwdLockFile_lseek()
|
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
H A D | FwdLockEngine.cpp | 658 off64_t offset, int whence) {
|