Home
last modified time | relevance | path

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

/system/core/fs_mgr/include/
Dfs_mgr.h89 #define FS_MGR_SETUP_VERITY_DISABLED (-2) macro
/system/core/fs_mgr/
Dfs_mgr_verity.cpp412 retval = FS_MGR_SETUP_VERITY_DISABLED; in fs_mgr_setup_verity()
Dfs_mgr.cpp1414 if (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED) { in fs_mgr_mount_all()
1880 if (rc == FS_MGR_SETUP_VERITY_DISABLED || rc == FS_MGR_SETUP_VERITY_SKIPPED) { in fs_mgr_do_mount_helper()
/system/core/init/
Dfirst_stage_mount.cpp650 case FS_MGR_SETUP_VERITY_DISABLED: in SetUpDmVerity()