Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dcow_size_estimator.cc106 cow_writer->AddLabel(0); in CowDryRun()
114 cow_writer->AddLabel(0); in CowDryRun()
132 cow_writer->AddLabel(0); in CowDryRun()
/system/core/fs_mgr/libsnapshot/
Dcow_api_test.cpp432 ASSERT_TRUE(writer->AddLabel(3)); in TEST_F()
495 ASSERT_TRUE(writer->AddLabel(0)); in TEST_F()
499 ASSERT_TRUE(writer->AddLabel(1)); in TEST_F()
549 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
554 ASSERT_TRUE(writer->AddLabel(6)); in TEST_F()
606 ASSERT_TRUE(writer->AddLabel(4)); in TEST_F()
610 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
614 ASSERT_TRUE(writer->AddLabel(6)); in TEST_F()
694 ASSERT_TRUE(writer->AddLabel(4)); in TEST_F()
698 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
[all …]
Dsnapshot_writer.cpp133 return cow_->AddLabel(label); in EmitLabel()
Dcow_writer.cpp89 bool ICowWriter::AddLabel(uint64_t label) { in AddLabel() function in android::snapshot::ICowWriter
/system/update_engine/payload_consumer/
Dvabc_partition_writer.cc164 cow_writer_->AddLabel(0); in Init()
326 cow_writer_->AddLabel(next_op_index); in CheckpointUpdateProgress()
333 TEST_AND_RETURN_FALSE(cow_writer_->AddLabel(kEndOfInstallLabel)); in FinishedInstallOps()
Dcow_writer_file_descriptor_unittest.cc86 ASSERT_TRUE(cow_writer->AddLabel(23)); in TEST_F()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h69 bool AddLabel(uint64_t label);