Home
last modified time | relevance | path

Searched refs:file_encryption (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp209 lhs.file_encryption == rhs.file_encryption && in CompareFlags()
531 flags.file_encryption = true; in TEST()
552 flags.file_encryption = true; in TEST()
770 flags.file_encryption = true; in TEST()
/aosp_15_r20/system/core/fs_mgr/libfstab/include/fstab/
H A Dfstab.h73 bool file_encryption : 1; member
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr.cpp452 if (!entry.fs_mgr_flags.file_encryption) { in tune_encrypt()
778 (entry.reserved_size != 0 || entry.fs_mgr_flags.file_encryption || in prepare_fs_for_mount()
919 return !entry.metadata_key_dir.empty() && entry.fs_mgr_flags.file_encryption; in should_use_metadata_encryption()
1083 } else if (entry.fs_mgr_flags.file_encryption) { in handle_encryptable()
/aosp_15_r20/bootable/recovery/uncrypt/
H A Duncrypt.cpp183 if (entry.is_encryptable() || entry.fs_mgr_flags.file_encryption) { in FindBlockDevice()
/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dfstab.cpp109 entry->fs_mgr_flags.file_encryption = true; in ParseFileEncryption()