Home
last modified time | relevance | path

Searched defs:Seek (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/payload_consumer/
Dcached_file_descriptor.cc29 off64_t CachedFileDescriptor::Seek(off64_t offset, int whence) { in Seek() function in chromeos_update_engine::CachedFileDescriptor
Dfake_file_descriptor.cc55 off64_t FakeFileDescriptor::Seek(off64_t offset, int whence) { in Seek() function in chromeos_update_engine::FakeFileDescriptor
Dextent_reader.cc50 bool DirectExtentReader::Seek(uint64_t offset) { in Seek() function in chromeos_update_engine::DirectExtentReader
Dfec_file_descriptor.cc57 off64_t FecFileDescriptor::Seek(off64_t offset, int whence) { in Seek() function in chromeos_update_engine::FecFileDescriptor
Dfile_descriptor.cc72 off64_t EintrSafeFileDescriptor::Seek(off64_t offset, int whence) { in Seek() function in chromeos_update_engine::EintrSafeFileDescriptor
Dcow_writer_file_descriptor.cc95 off64_t CowWriterFileDescriptor::Seek(const off64_t offset, int whence) { in Seek() function in chromeos_update_engine::CowWriterFileDescriptor
Dpartition_writer.cc134 bool Seek(off_t pos) override { in Seek() function in chromeos_update_engine::BsdiffExtentFile
193 bool Seek(uint64_t offset) override { in Seek() function in chromeos_update_engine::PuffinExtentStream
/system/core/fs_mgr/libsnapshot/
Dsnapshot_reader.cpp55 off64_t ReadFdFileDescriptor::Seek(off64_t offset, int whence) { in Seek() function in android::snapshot::ReadFdFileDescriptor
290 off64_t CompressedSnapshotReader::Seek(off64_t offset, int whence) { in Seek() function in android::snapshot::CompressedSnapshotReader
Dmake_cow_from_ab_ota.cpp267 bool Seek(uint64_t offset) override { in Seek() function in android::snapshot::PuffInputStream
299 bool Seek(uint64_t offset) override { in Seek() function in android::snapshot::PuffOutputStream
/system/core/libsparse/
Dsparse_read.cpp91 void Seek(int64_t off) override { lseek64(fd, off, SEEK_CUR); } in Seek() function in SparseFileFdSource
130 void Seek(int64_t off) override { in Seek() function in SparseFileBufSource
/system/core/fastboot/
Dvendor_boot_img_utils.cpp80 [[nodiscard]] Result<void> Seek(uint32_t offset) { in Seek() function in __anond86db1a10111::DataUpdater