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.h73 virtual bool GetLastLabel(uint64_t* label) = 0;
131 bool GetLastLabel(uint64_t* label) override;
/system/core/fs_mgr/libsnapshot/
Dcow_api_test.cpp376 ASSERT_TRUE(reader.GetLastLabel(&label)); in TEST_F()
485 ASSERT_TRUE(label_reader.GetLastLabel(&label)); in TEST_F()
732 ASSERT_TRUE(reader.GetLastLabel(&label)); in TEST_F()
Dcow_reader.cpp412 bool CowReader::GetLastLabel(uint64_t* label) { in GetLastLabel() function in android::snapshot::CowReader