Home
last modified time | relevance | path

Searched refs:ISnapshotWriter (Results 1 – 22 of 22) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer.cpp31 ISnapshotWriter::ISnapshotWriter(const CowOptions& options) : ICowWriter(options) {} in ISnapshotWriter() function in android::snapshot::ISnapshotWriter
33 void ISnapshotWriter::SetSourceDevice(const std::string& source_device) { in SetSourceDevice()
37 borrowed_fd ISnapshotWriter::GetSourceFd() { in GetSourceFd()
54 : ISnapshotWriter(options) {} in CompressedSnapshotWriter()
126 : ISnapshotWriter(options) {} in OnlineKernelSnapshotWriter()
H A Dsnapshot_reader_test.cpp64 void WriteCow(ISnapshotWriter* writer) { in WriteCow()
73 void TestBlockReads(ISnapshotWriter* writer) { in TestBlockReads()
107 void TestByteReads(ISnapshotWriter* writer) { in TestByteReads()
132 void TestReads(ISnapshotWriter* writer) { in TestReads()
H A Dsnapshot_stub.cpp151 std::unique_ptr<ISnapshotWriter> SnapshotManagerStub::OpenSnapshotWriter( in OpenSnapshotWriter()
H A Dsnapshot_test.cpp229 std::unique_ptr<ISnapshotWriter>* writer) { in MapUpdateSnapshot()
324 std::unique_ptr<ISnapshotWriter>* writer = nullptr) { in PrepareOneSnapshot()
524 std::unique_ptr<ISnapshotWriter> writer; in TEST_F()
979 std::unique_ptr<ISnapshotWriter> writer; in MapOneUpdateSnapshot()
989 std::unique_ptr<ISnapshotWriter> writer; in WriteSnapshotAndHash()
1022 std::unique_ptr<ISnapshotWriter> writer; in ShiftAllSnapshotBlocks()
H A Dtest_helpers.cpp173 std::string HashSnapshot(ISnapshotWriter* writer) { in HashSnapshot()
H A Dsnapshot.cpp3143 std::unique_ptr<ISnapshotWriter> SnapshotManager::OpenSnapshotWriter( in OpenSnapshotWriter()
3192 std::unique_ptr<ISnapshotWriter> SnapshotManager::OpenCompressedSnapshotWriter(
3234 std::unique_ptr<ISnapshotWriter> SnapshotManager::OpenKernelSnapshotWriter(
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_writer.h30 class ISnapshotWriter : public ICowWriter {
34 explicit ISnapshotWriter(const CowOptions& options);
61 class CompressedSnapshotWriter : public ISnapshotWriter {
87 class OnlineKernelSnapshotWriter : public ISnapshotWriter {
H A Dsnapshot.h217 virtual std::unique_ptr<ISnapshotWriter> OpenSnapshotWriter(
357 std::unique_ptr<ISnapshotWriter> OpenSnapshotWriter(
662 std::unique_ptr<ISnapshotWriter> OpenCompressedSnapshotWriter(
666 std::unique_ptr<ISnapshotWriter> OpenKernelSnapshotWriter(
H A Dsnapshot_stub.h42 std::unique_ptr<ISnapshotWriter> OpenSnapshotWriter(
H A Dmock_snapshot.h44 MOCK_METHOD(std::unique_ptr<ISnapshotWriter>, OpenSnapshotWriter,
/aosp12/system/update_engine/payload_consumer/
H A Dcow_writer_file_descriptor.h32 std::unique_ptr<android::snapshot::ISnapshotWriter> cow_writer);
62 std::unique_ptr<android::snapshot::ISnapshotWriter> cow_writer_;
H A Dvabc_partition_writer.h58 std::unique_ptr<android::snapshot::ISnapshotWriter> cow_writer_;
H A Dcow_writer_file_descriptor.cc29 std::unique_ptr<android::snapshot::ISnapshotWriter> cow_writer) in CowWriterFileDescriptor()
H A Dcow_writer_file_descriptor_unittest.cc38 using android::snapshot::ISnapshotWriter;
/aosp12/system/update_engine/common/
H A Ddynamic_partition_control_interface.h35 class ISnapshotWriter; variable
164 virtual std::unique_ptr<android::snapshot::ISnapshotWriter> OpenCowWriter(
H A Ddynamic_partition_control_stub.cc93 std::unique_ptr<android::snapshot::ISnapshotWriter>
H A Dmock_dynamic_partition_control.h53 std::unique_ptr<android::snapshot::ISnapshotWriter> OpenCowWriter(
H A Ddynamic_partition_control_stub.h63 std::unique_ptr<android::snapshot::ISnapshotWriter> OpenCowWriter(
/aosp12/system/update_engine/aosp/
H A Dmock_dynamic_partition_control_android.h91 MOCK_METHOD(std::unique_ptr<android::snapshot::ISnapshotWriter>,
H A Ddynamic_partition_control_android.h103 std::unique_ptr<android::snapshot::ISnapshotWriter> OpenCowWriter(
H A Ddynamic_partition_control_android.cc1401 std::unique_ptr<android::snapshot::ISnapshotWriter>
/aosp12/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h154 std::string HashSnapshot(ISnapshotWriter* writer);