Home
last modified time | relevance | path

Searched refs:GetLastLabel (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_reader.h51 virtual bool GetLastLabel(uint64_t* label) = 0;
133 bool GetLastLabel(uint64_t* label) override;
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dtest_v2.cpp648 ASSERT_TRUE(reader.GetLastLabel(&label)); in TEST_F()
756 ASSERT_TRUE(label_reader.GetLastLabel(&label)); in TEST_F()
1000 ASSERT_TRUE(reader.GetLastLabel(&label)); in TEST_F()
Dcow_reader.cpp492 bool CowReader::GetLastLabel(uint64_t* label) { in GetLastLabel() function in android::snapshot::CowReader