Home
last modified time | relevance | path

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

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h89 bool is_encryptable() const { in is_encryptable() function
/system/core/fs_mgr/
Dfs_mgr_roots.cpp123 bool crypt_footer = rec->is_encryptable() && rec->key_loc == "footer"; in EnsurePathMounted()
Dfs_mgr.cpp822 if (android::base::GetBoolProperty("ro.vold.forceencryption", false) && entry.is_encryptable()) in needs_block_encryption()
863 } else if (entry.is_encryptable()) { in handle_encryptable()
1237 if (current_entry.is_encryptable() && current_entry.key_loc != KEY_IN_FOOTER) { in fs_mgr_mount_all()
1246 } else if (current_entry.is_encryptable() && current_entry.key_loc == KEY_IN_FOOTER) { in fs_mgr_mount_all()
1262 if (mount_errno != EBUSY && mount_errno != EACCES && attempted_entry.is_encryptable()) { in fs_mgr_mount_all()
/system/vold/
Dmain.cpp252 if (entry.is_encryptable()) { in process_config()