Searched refs:GetAvbFooter (Results 1 – 4 of 4) sorted by relevance
32 using android::fs_mgr::GetAvbFooter;79 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in SetVBMetaFlags()186 TEST_F(AvbUtilTest, GetAvbFooter) { in TEST_F() argument245 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()
73 std::unique_ptr<AvbFooter> GetAvbFooter(int fd);
347 std::unique_ptr<AvbFooter> GetAvbFooter(int fd) { in GetAvbFooter() function462 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in VerifyVBMetaData()
209 Result<std::unique_ptr<AvbFooter>> GetAvbFooter(const ApexFile& apex, in GetAvbFooter() function369 Result<std::unique_ptr<AvbFooter>> footer = GetAvbFooter(*this, fd); in VerifyApexVerity()