Home
last modified time | relevance | path

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

/system/core/fs_mgr/include/
Dfs_mgr.h75 bool check_at_most_once; member
/system/core/fs_mgr/
Dfs_mgr.cpp2246 .check_at_most_once = target.data.find("check_at_most_once") != std::string::npos}; in fs_mgr_get_hashtree_info()
2255 return hashtree_info->check_at_most_once; in fs_mgr_verity_is_check_at_most_once()
/system/core/init/
Dbuiltins.cpp863 hashtree_info->check_at_most_once ? "1" : "0"); in do_verity_update_state()