Home
last modified time | relevance | path

Searched refs:GetHashtreeDescriptor (Results 1 – 6 of 6) sorted by relevance

/system/core/fs_mgr/libfs_avb/tests/
Dfs_avb_util_test.cpp31 TEST_F(PublicFsAvbUtilTest, GetHashtreeDescriptor) { in TEST_F() argument
45 GetHashtreeDescriptor("system" /* avb_partition_name */, std::move(system_vbmeta)); in TEST_F()
101 EXPECT_EQ(nullptr, GetHashtreeDescriptor("system_not_exist" /* avb_partition_name */, in TEST_F()
118 GetHashtreeDescriptor("boot" /* avb_partition_name */, std::move(boot_vbmeta)); in TEST_F()
Dfs_avb_device_test.cpp92 GetHashtreeDescriptor(out_avb_partition_name, std::move(*system_other_vbmeta)); in TEST()
/system/core/fs_mgr/libfs_avb/
Dfs_avb_util.cpp68 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor( in GetHashtreeDescriptor() function
74 return GetHashtreeDescriptor(avb_partition_name, vbmeta_images); in GetHashtreeDescriptor()
Davb_util.h47 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor(
Davb_util.cpp187 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor( in GetHashtreeDescriptor() function
260 GetHashtreeDescriptor(partition_name, vbmeta_images); in LoadAvbHashtreeToEnableVerity()
/system/core/fs_mgr/libfs_avb/include/fs_avb/
Dfs_avb_util.h43 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor(