Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_api_test.cpp618 ASSERT_TRUE(writer->AddLabel(3)); in TEST_F()
681 ASSERT_TRUE(writer->AddLabel(0)); in TEST_F()
685 ASSERT_TRUE(writer->AddLabel(1)); in TEST_F()
735 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
740 ASSERT_TRUE(writer->AddLabel(6)); in TEST_F()
792 ASSERT_TRUE(writer->AddLabel(4)); in TEST_F()
796 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
800 ASSERT_TRUE(writer->AddLabel(6)); in TEST_F()
880 ASSERT_TRUE(writer->AddLabel(4)); in TEST_F()
884 ASSERT_TRUE(writer->AddLabel(5)); in TEST_F()
[all …]
H A Dcow_writer.cpp118 bool ICowWriter::AddLabel(uint64_t label) { in AddLabel() function in android::snapshot::ICowWriter
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer.cpp137 return cow_->AddLabel(label); in EmitLabel()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h84 bool AddLabel(uint64_t label);