Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h70 bool file_encryption : 1; member
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp197 lhs.file_encryption == rhs.file_encryption && in CompareFlags()
520 flags.file_encryption = true; in TEST()
732 flags.file_encryption = true; in TEST()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp456 if (!entry.fs_mgr_flags.file_encryption) { in tune_encrypt()
781 (entry.reserved_size != 0 || entry.fs_mgr_flags.file_encryption || in prepare_fs_for_mount()
1050 return !entry.metadata_key_dir.empty() && entry.fs_mgr_flags.file_encryption; in should_use_metadata_encryption()
1061 } else if (entry.fs_mgr_flags.file_encryption) { in handle_encryptable()
H A Dfs_mgr_fstab.cpp106 entry->fs_mgr_flags.file_encryption = true; in ParseFileEncryption()