Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/art/libelffile/stream/
H A Dvector_output_stream.cc26 off_t VectorOutputStream::Seek(off_t offset, Whence whence) { in Seek()
H A Dfile_output_stream.cc32 off_t FileOutputStream::Seek(off_t offset, Whence whence) { in Seek()
H A Dbuffered_output_stream.cc63 off_t BufferedOutputStream::Seek(off_t offset, Whence whence) { in Seek()
H A Derror_delaying_output_stream.h53 off_t Seek(off_t offset, Whence whence) override { in Seek()
/aosp12/system/update_engine/payload_consumer/
H A Dcached_file_descriptor.cc29 off64_t CachedFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
H A Dfake_file_descriptor.cc55 off64_t FakeFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
H A Dfec_file_descriptor.cc57 off64_t FecFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
H A Dfile_descriptor.cc72 off64_t EintrSafeFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
H A Dcow_writer_file_descriptor.cc95 off64_t CowWriterFileDescriptor::Seek(const off64_t offset, int whence) { in Seek()
/aosp12/frameworks/base/native/android/
H A Dasset_manager.cpp154 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 DAsset.cpp343 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 Dsnapshot_reader.cpp55 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 DCompat.h36 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64()
/aosp12/bionic/libc/stdio/
H A Dfmemopen.cpp92 static fpos_t fmemopen_seek(void* cookie, fpos_t offset, int whence) { in fmemopen_seek()
H A Dstdio.cpp536 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 Dopen_memstream.c76 memstream_seek(void *v, fpos_t off, int whence) in memstream_seek()
H A Dopen_wmemstream.c80 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 DFwdLockConv.h102 typedef off64_t FwdLockConv_LSeekFunc_t(int fileDesc, off64_t offset, int whence); typedef
/aosp12/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp53 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64()
/aosp12/system/core/libcutils/
H A Dashmem_test.cpp162 int whence; in TEST() member
/aosp12/system/extras/libfec/include/fec/
H A Dio.h150 bool seek(int64_t offset, int whence) { in seek()
/aosp12/system/core/fs_mgr/liblp/
H A Dutility.cpp70 int64_t SeekFile64(int fd, int64_t offset, int whence) { in SeekFile64()
/aosp12/system/extras/libfec/
H A Dfec_read.cpp403 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 DFwdLockFile.c316 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 DFwdLockEngine.cpp658 off64_t offset, int whence) {

12