Home
last modified time | relevance | path

Searched defs:GetAvbFooter (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapex_file.cpp209 Result<std::unique_ptr<AvbFooter>> GetAvbFooter(const ApexFile& apex, in GetAvbFooter() function
/aosp12/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp347 std::unique_ptr<AvbFooter> GetAvbFooter(int fd) { in GetAvbFooter() function
/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp186 TEST_F(AvbUtilTest, GetAvbFooter) { in TEST_F() argument