Searched refs:ICowWriter (Results 1 – 10 of 10) sorted by relevance
/system/update_engine/payload_consumer/ |
D | snapshot_extent_writer.h | 32 explicit SnapshotExtentWriter(android::snapshot::ICowWriter* cow_writer) in SnapshotExtentWriter() 39 android::snapshot::ICowWriter* cow_writer_;
|
D | xor_extent_writer.h | 37 android::snapshot::ICowWriter* cow_writer, in XORExtentWriter() 62 android::snapshot::ICowWriter* cow_writer_;
|
D | snapshot_extent_writer_unittest.cc | 33 class FakeCowWriter : public android::snapshot::ICowWriter { 43 using ICowWriter::ICowWriter;
|
D | vabc_partition_writer.h | 70 android::snapshot::ICowWriter* cow_writer);
|
D | vabc_partition_writer.cc | 66 using android::snapshot::ICowWriter; 206 ICowWriter* cow_writer) { in WriteMergeSequence()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | cow_writer.h | 62 class ICowWriter { 64 explicit ICowWriter(const CowOptions& options) : options_(options) {} in ICowWriter() function 66 virtual ~ICowWriter() {} in ~ICowWriter() 152 class CowWriter : public ICowWriter {
|
D | snapshot_writer.h | 30 class ISnapshotWriter : public ICowWriter {
|
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
D | cow_writer.cpp | 63 bool ICowWriter::AddCopy(uint64_t new_block, uint64_t old_block, uint64_t num_blocks) { in AddCopy() 75 bool ICowWriter::AddRawBlocks(uint64_t new_block_start, const void* data, size_t size) { in AddRawBlocks() 90 bool ICowWriter::AddXorBlocks(uint32_t new_block_start, const void* data, size_t size, in AddXorBlocks() 110 bool ICowWriter::AddZeroBlocks(uint64_t new_block_start, uint64_t num_blocks) { in AddZeroBlocks() 118 bool ICowWriter::AddLabel(uint64_t label) { in AddLabel() 122 bool ICowWriter::AddSequenceData(size_t num_ops, const uint32_t* data) { in AddSequenceData() 126 bool ICowWriter::ValidateNewBlock(uint64_t new_block) { in ValidateNewBlock() 135 CowWriter::CowWriter(const CowOptions& options) : ICowWriter(options), fd_(-1) { in CowWriter()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_writer.cpp | 31 ISnapshotWriter::ISnapshotWriter(const CowOptions& options) : ICowWriter(options) {} in ISnapshotWriter()
|
D | snapshot_test.cpp | 1176 bool WriteRandomSnapshotData(ICowWriter* writer, std::string* hash) { in WriteRandomSnapshotData()
|