Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/include/
H A Dfs_mgr.h93 std::string fs_mgr_get_hashtree_algorithm(const android::fs_mgr::FstabEntry& entry);
/aosp12/system/core/init/
H A Dbuiltins.cpp897 std::string hash_alg = fs_mgr_get_hashtree_algorithm(entry); in do_verity_update_state()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp2194 std::string fs_mgr_get_hashtree_algorithm(const android::fs_mgr::FstabEntry& entry) { in fs_mgr_get_hashtree_algorithm() function