Searched refs:GetAvbFooter (Results 1 – 4 of 4) sorted by relevance
34 using android::fs_mgr::GetAvbFooter;81 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in SetVBMetaFlags()188 TEST_F(AvbUtilTest, GetAvbFooter) { in TEST_F() argument247 auto footer = GetAvbFooter(fd); in TEST_F()261 auto footer = GetAvbFooter(fd); in TEST_F()272 auto footer = GetAvbFooter(fd); in TEST_F()758 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in TEST_F()1052 auto system_footer = GetAvbFooter(fd); in TEST_F()1462 auto system_footer = GetAvbFooter(fd); in TEST_F()
201 Result<std::unique_ptr<AvbFooter>> GetAvbFooter(const ApexFile& apex, in GetAvbFooter() function361 Result<std::unique_ptr<AvbFooter>> footer = GetAvbFooter(*this, fd); in VerifyApexVerity()
280 std::unique_ptr<AvbFooter> GetAvbFooter(int fd) { in GetAvbFooter() function395 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in VerifyVBMetaData()
67 std::unique_ptr<AvbFooter> GetAvbFooter(int fd);