Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/fuzz/
H A Dfstab.dict52 "encryptable="
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1391 int encryptable = FS_MGR_MNTALL_DEV_NOT_ENCRYPTABLE; in fs_mgr_mount_all() local
1475 set_type_property(encryptable); in fs_mgr_mount_all()
1514 if (encryptable != FS_MGR_MNTALL_DEV_NOT_ENCRYPTABLE) { in fs_mgr_mount_all()
1518 encryptable = status; in fs_mgr_mount_all()
1525 set_type_property(encryptable); in fs_mgr_mount_all()
1557 encryptable = FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED; in fs_mgr_mount_all()
1558 set_type_property(encryptable); in fs_mgr_mount_all()
1578 encryptable = FS_MGR_MNTALL_DEV_NEEDS_RECOVERY; in fs_mgr_mount_all()
1593 encryptable = FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED; in fs_mgr_mount_all()
1616 set_type_property(encryptable); in fs_mgr_mount_all()
[all …]