Home
last modified time | relevance | path

Searched refs:FS_MGR_SETUP_VERITY_SUCCESS (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/include/
Dfs_mgr.h147 #define FS_MGR_SETUP_VERITY_SUCCESS 0 macro
/system/core/fs_mgr/
Dfs_mgr_verity.cpp741 return FS_MGR_SETUP_VERITY_SUCCESS; in fs_mgr_setup_verity()
815 retval = FS_MGR_SETUP_VERITY_SUCCESS; in fs_mgr_setup_verity()
906 retval = FS_MGR_SETUP_VERITY_SUCCESS; in fs_mgr_setup_verity()
Dfs_mgr.cpp852 } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) { in fs_mgr_mount_all()
1067 } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) { in fs_mgr_do_mount()
/system/core/init/
Dinit_first_stage.cpp285 } else if (ret == FS_MGR_SETUP_VERITY_SUCCESS) { in SetUpDmVerity()