Home
last modified time | relevance | path

Searched refs:GetHashDescriptor (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libfs_avb/include/fs_avb/
Dfs_avb_util.h46 std::unique_ptr<FsAvbHashDescriptor> GetHashDescriptor(
50 std::unique_ptr<FsAvbHashDescriptor> GetHashDescriptor(const std::string& avb_partition_name,
/system/core/fs_mgr/libfs_avb/
Dfs_avb_util.cpp77 std::unique_ptr<FsAvbHashDescriptor> GetHashDescriptor( in GetHashDescriptor() function
136 std::unique_ptr<FsAvbHashDescriptor> GetHashDescriptor(const std::string& avb_partition_name, in GetHashDescriptor() function
142 return GetHashDescriptor(avb_partition_name, vbmeta_images); in GetHashDescriptor()