Home
last modified time | relevance | path

Searched refs:AddLabel (Results 1 – 12 of 12) sorted by relevance

/system/core/fs_mgr/libsnapshot/tools/
Dwrite_cow.cpp62 writer->AddLabel(1); in write_legacy_cow_v2()
65 writer->AddLabel(2); in write_legacy_cow_v2()
88 writer->AddLabel(1); in WriteCow()
91 writer->AddLabel(2); in WriteCow()
/system/update_engine/payload_generator/
Dcow_size_estimator.cc109 cow_writer->AddLabel(0); in CowDryRun()
136 cow_writer->AddLabel(0); in CowDryRun()
145 cow_writer->AddLabel(0); in CowDryRun()
191 cow_writer->AddLabel(0); in CowDryRun()
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dtest_v2.cpp625 ASSERT_TRUE(writer->AddLabel(3)); in TEST_F()
689 ASSERT_TRUE(writer->AddLabel(0)); in TEST_F()
693 ASSERT_TRUE(writer->AddLabel(1)); in TEST_F()
741 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
746 ASSERT_TRUE(writer->AddLabel(6)); in TEST_F()
796 ASSERT_TRUE(writer->AddLabel(4)); in TEST_F()
800 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
804 ASSERT_TRUE(writer->AddLabel(6)); in TEST_F()
884 ASSERT_TRUE(writer->AddLabel(4)); in TEST_F()
888 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
[all …]
Dwriter_base.h43 bool AddLabel(uint64_t label) override;
Dwriter_base.cpp146 bool CowWriterBase::AddLabel(uint64_t label) { in AddLabel() function in android::snapshot::CowWriterBase
Dtest_v3.cpp532 ASSERT_TRUE(writer->AddLabel(0)); in TEST_F()
571 writer->AddLabel(0); in TEST_F()
666 ASSERT_TRUE(writer->AddLabel(1)); in TEST_F()
/system/update_engine/payload_consumer/
Dvabc_partition_writer_unittest.cc106 ON_CALL(*cow_writer, AddLabel(_)).WillByDefault(Return(true)); in TEST_F()
131 ON_CALL(*cow_writer, AddLabel(_)).WillByDefault(Return(true)); in TEST_F()
178 ON_CALL(*cow_writer, AddLabel(_)).WillByDefault(Return(true)); in AddBlockTest()
250 ON_CALL(*cow_writer, AddLabel(_)).WillByDefault(Return(true)); in TEST_F()
Dvabc_partition_writer.cc272 cow_writer_->AddLabel(0); in Init()
394 cow_writer_->AddLabel(next_op_index); in CheckpointUpdateProgress()
401 TEST_AND_RETURN_FALSE(cow_writer_->AddLabel(kEndOfInstallLabel)); in FinishedInstallOps()
Dcow_writer_file_descriptor_unittest.cc89 ASSERT_TRUE(cow_writer->AddLabel(23)); in TEST_F()
Dsnapshot_extent_writer_unittest.cc82 bool AddLabel(uint64_t label) { in AddLabel() function in chromeos_update_engine::FakeCowWriter
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dmock_cow_writer.h34 MOCK_METHOD(bool, AddLabel, (uint64_t), (override));
Dcow_writer.h92 virtual bool AddLabel(uint64_t label) = 0;