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.h91 #define FS_MGR_SETUP_VERITY_SUCCESS 0 macro
/system/core/fs_mgr/
Dfs_mgr_verity.cpp537 retval = FS_MGR_SETUP_VERITY_SUCCESS; in fs_mgr_setup_verity()
Dfs_mgr.cpp1416 } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) { in fs_mgr_mount_all()
1882 } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) { in fs_mgr_do_mount_helper()
/system/core/init/
Dfirst_stage_mount.cpp653 case FS_MGR_SETUP_VERITY_SUCCESS: in SetUpDmVerity()