Home
last modified time | relevance | path

Searched refs:FS_MGR_MNTALL_FAIL (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/include/
Dfs_mgr.h62 #define FS_MGR_MNTALL_FAIL (-1) macro
/system/core/fs_mgr/
Dfs_mgr.cpp992 return FS_MGR_MNTALL_FAIL; in handle_encryptable()
1319 return FS_MGR_MNTALL_FAIL; in fs_mgr_mount_all()
1395 return FS_MGR_MNTALL_FAIL; in fs_mgr_mount_all()
1435 if (status == FS_MGR_MNTALL_FAIL) { in fs_mgr_mount_all()
1451 return FS_MGR_MNTALL_FAIL; in fs_mgr_mount_all()
1553 return FS_MGR_MNTALL_FAIL; in fs_mgr_mount_all()
1778 return result == FS_MGR_MNTALL_FAIL ? -1 : 0; in fs_mgr_remount_userdata_into_checkpointing()