Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/tests/
Davb_util_test.cpp32 using android::fs_mgr::GetAvbFooter;
79 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in SetVBMetaFlags()
186 TEST_F(AvbUtilTest, GetAvbFooter) { in TEST_F() argument
245 auto footer = GetAvbFooter(fd); in TEST_F()
259 auto footer = GetAvbFooter(fd); in TEST_F()
270 auto footer = GetAvbFooter(fd); in TEST_F()
751 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in TEST_F()
1038 auto system_footer = GetAvbFooter(fd); in TEST_F()
1448 auto system_footer = GetAvbFooter(fd); in TEST_F()
/system/core/fs_mgr/libfs_avb/
Davb_util.h73 std::unique_ptr<AvbFooter> GetAvbFooter(int fd);
Davb_util.cpp347 std::unique_ptr<AvbFooter> GetAvbFooter(int fd) { in GetAvbFooter() function
462 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in VerifyVBMetaData()
/system/apex/apexd/
Dapex_file.cpp209 Result<std::unique_ptr<AvbFooter>> GetAvbFooter(const ApexFile& apex, in GetAvbFooter() function
369 Result<std::unique_ptr<AvbFooter>> footer = GetAvbFooter(*this, fd); in VerifyApexVerity()