Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr.h60 #define FS_MGR_MNTALL_FAIL (-1) macro
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1060 return FS_MGR_MNTALL_FAIL; in handle_encryptable()
1399 return {FS_MGR_MNTALL_FAIL, userdata_mounted}; in fs_mgr_mount_all()
1476 return {FS_MGR_MNTALL_FAIL, userdata_mounted}; in fs_mgr_mount_all()
1508 if (status == FS_MGR_MNTALL_FAIL) { in fs_mgr_mount_all()
1526 return {FS_MGR_MNTALL_FAIL, userdata_mounted}; in fs_mgr_mount_all()
1623 return {FS_MGR_MNTALL_FAIL, userdata_mounted}; in fs_mgr_mount_all()
1841 return result.code == FS_MGR_MNTALL_FAIL ? -1 : 0; in fs_mgr_remount_userdata_into_checkpointing()