Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb_util.cpp84 size_t num_descriptors; in GetHashDescriptor() local
86 avb_descriptor_get_all(vbmeta.data(), vbmeta.size(), &num_descriptors), avb_free); in GetHashDescriptor()
88 if (!descriptors || num_descriptors < 1) { in GetHashDescriptor()
92 for (size_t n = 0; n < num_descriptors && !found; n++) { in GetHashDescriptor()
H A Davb_util.cpp126 size_t num_descriptors; in GetHashtreeDescriptor() local
128 avb_descriptor_get_all(vbmeta.data(), vbmeta.size(), &num_descriptors), avb_free); in GetHashtreeDescriptor()
130 if (!descriptors || num_descriptors < 1) { in GetHashtreeDescriptor()
134 for (size_t n = 0; n < num_descriptors && !found; n++) { in GetHashtreeDescriptor()
441 size_t num_descriptors; in GetChainPartitionInfo() local
443 avb_descriptor_get_all(vbmeta.data(), vbmeta.size(), &num_descriptors), avb_free); in GetChainPartitionInfo()
445 if (!descriptors || num_descriptors < 1) { in GetChainPartitionInfo()
449 for (size_t i = 0; i < num_descriptors; i++) { in GetChainPartitionInfo()