Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h91 bool is_encryptable() const { in is_encryptable() function
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_roots.cpp124 bool crypt_footer = rec->is_encryptable() && rec->key_loc == "footer"; in EnsurePathMounted()
H A Dfs_mgr.cpp1000 if (android::base::GetBoolProperty("ro.vold.forceencryption", false) && entry.is_encryptable()) in needs_block_encryption()
1041 } else if (entry.is_encryptable()) { in handle_encryptable()
1538 if (current_entry.is_encryptable() && current_entry.key_loc != KEY_IN_FOOTER) { in fs_mgr_mount_all()
1547 } else if (current_entry.is_encryptable() && current_entry.key_loc == KEY_IN_FOOTER) { in fs_mgr_mount_all()
1584 if (mount_errno != EBUSY && mount_errno != EACCES && attempted_entry.is_encryptable()) { in fs_mgr_mount_all()
/aosp12/system/vold/
H A Dmain.cpp260 if (entry.is_encryptable()) { in process_config()
/aosp12/bootable/recovery/uncrypt/
H A Duncrypt.cpp183 if (entry.is_encryptable() || entry.fs_mgr_flags.file_encryption) { in FindBlockDevice()