Home
last modified time | relevance | path

Searched refs:fs_mgr_get_hashtree_info (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr.h100 std::optional<HashtreeInfo> fs_mgr_get_hashtree_info(const android::fs_mgr::FstabEntry& entry);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp2196 std::optional<HashtreeInfo> fs_mgr_get_hashtree_info(const android::fs_mgr::FstabEntry& entry) { in fs_mgr_get_hashtree_info() function
2234 auto hashtree_info = fs_mgr_get_hashtree_info(entry); in fs_mgr_verity_is_check_at_most_once()
/aosp14/system/core/init/
H A Dbuiltins.cpp877 auto hashtree_info = fs_mgr_get_hashtree_info(entry); in do_verity_update_state()