Home
last modified time | relevance | path

Searched refs:FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr.h55 #define FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED 7 macro
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1072 case FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED: in set_type_property()
1557 encryptable = FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED; in fs_mgr_mount_all()
1593 encryptable = FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED; in fs_mgr_mount_all()
/aosp14/system/core/init/
H A Dbuiltins.cpp602 } else if (code == FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED) { in queue_fs_event()