Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dcow_api_test.cpp353 ASSERT_TRUE(writer->AddLabel(3)); in TEST_F()
416 ASSERT_TRUE(writer->AddLabel(0)); in TEST_F()
420 ASSERT_TRUE(writer->AddLabel(1)); in TEST_F()
470 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
475 ASSERT_TRUE(writer->AddLabel(6)); in TEST_F()
527 ASSERT_TRUE(writer->AddLabel(4)); in TEST_F()
531 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
535 ASSERT_TRUE(writer->AddLabel(6)); in TEST_F()
615 ASSERT_TRUE(writer->AddLabel(4)); in TEST_F()
619 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
[all …]
Dsnapshot_writer.cpp114 return cow_->AddLabel(label); in EmitLabel()
Dcow_writer.cpp69 bool ICowWriter::AddLabel(uint64_t label) { in AddLabel() function in android::snapshot::ICowWriter
/system/update_engine/payload_consumer/
Dvabc_partition_writer.cc159 cow_writer_->AddLabel(next_op_index); in CheckpointUpdateProgress()
166 return cow_writer_->AddLabel(kEndOfInstallLabel); in FinishedInstallOps()
Dcow_writer_file_descriptor_unittest.cc86 ASSERT_TRUE(cow_writer->AddLabel(23)); in TEST_F()
/system/update_engine/payload_generator/
Dcow_size_estimator.cc132 cow_writer->AddLabel(0); in CowDryRun()
162 cow_writer->AddLabel(2); in CowDryRun()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h62 bool AddLabel(uint64_t label);