Home
last modified time | relevance | path

Searched refs:CowWriter (Results 1 – 14 of 14) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dcow_writer.cpp82 CowWriter::CowWriter(const CowOptions& options) : ICowWriter(options), fd_(-1) { in CowWriter() function in android::snapshot::CowWriter
86 void CowWriter::SetupHeaders() { in SetupHeaders()
103 bool CowWriter::ParseOptions() { in ParseOptions()
121 bool CowWriter::SetFd(android::base::borrowed_fd fd) { in SetFd()
143 bool CowWriter::Initialize(unique_fd&& fd) { in Initialize()
148 bool CowWriter::Initialize(borrowed_fd fd) { in Initialize()
156 bool CowWriter::InitializeAppend(android::base::unique_fd&& fd, uint64_t label) { in InitializeAppend()
161 bool CowWriter::InitializeAppend(android::base::borrowed_fd fd, uint64_t label) { in InitializeAppend()
169 void CowWriter::InitPos() { in InitPos()
182 bool CowWriter::OpenForWrite() { in OpenForWrite()
[all …]
Dcow_api_test.cpp68 CowWriter writer(options); in TEST_F()
147 CowWriter writer(options); in TEST_F()
184 CowWriter writer(options); in TEST_F()
248 CowWriter writer(options); in TEST_F()
291 CowWriter writer(options); in TEST_P()
321 CowWriter writer(options); in TEST_F()
347 auto writer = std::make_unique<CowWriter>(options); in TEST_F()
358 writer = std::make_unique<CowWriter>(options); in TEST_F()
413 auto writer = std::make_unique<CowWriter>(options); in TEST_F()
426 writer = std::make_unique<CowWriter>(options); in TEST_F()
[all …]
Dcow_snapuserd_test.cpp315 CowWriter writer(options); in CreateCowDeviceWithCopyOverlap_2()
367 CowWriter writer(options); in CreateCowDeviceWithCopyOverlap_1()
426 CowWriter writer(options); in CreateCowDeviceOrderedOpsInverted()
479 CowWriter writer(options); in CreateCowDeviceOrderedOps()
532 CowWriter writer(options); in CreateCowDevice()
796 CowWriter writer(options); in CreateCowPartialFilledArea()
864 CowWriter writer(options); in CreateCowDevice()
Dsnapshot_writer.cpp58 cow_ = std::make_unique<CowWriter>(options_); in SetCowDevice()
Dmake_cow_from_ab_ota.cpp109 std::unique_ptr<CowWriter> writer_;
195 writer_ = std::make_unique<CowWriter>(options); in ProcessPartition()
Destimate_cow_from_nonab_ota.cpp321 auto writer = std::make_unique<CowWriter>(options); in AnalyzePartition()
Dsnapshot.cpp2777 CowWriter writer(options); in CreateUpdateSnapshots()
3060 CowWriter writer(options); in InitializeUpdateSnapshots()
/system/update_engine/payload_generator/
Dcow_size_estimator.cc31 using android::snapshot::CowWriter;
35 CowWriter* writer, in PerformReplaceOp()
58 CowWriter* writer, in PerformZeroOp()
111 android::snapshot::CowWriter cow_writer{ in EstimateCowSize()
129 android::snapshot::CowWriter* cow_writer) { in CowDryRun()
Dcow_size_estimator.h45 android::snapshot::CowWriter* cow_writer);
/system/update_engine/aosp/
Dcow_converter.cc38 using android::snapshot::CowWriter;
60 android::snapshot::CowWriter cow_writer{ in ProcessPartition()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h88 class CowWriter : public ICowWriter {
90 explicit CowWriter(const CowOptions& options);
Dsnapshot_writer.h83 std::unique_ptr<CowWriter> cow_;
/system/update_engine/
Dupdate_metadata.proto360 // as this parameter is ultimated forwarded to libsnapshot's CowWriter
/system/update_engine/update_engine/
Dupdate_metadata.proto360 // as this parameter is ultimated forwarded to libsnapshot's CowWriter