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.h91 bool is_encryptable() const { in is_encryptable() function
/system/core/fs_mgr/
Dfs_mgr_roots.cpp124 bool crypt_footer = rec->is_encryptable() && rec->key_loc == "footer"; in EnsurePathMounted()
Dfs_mgr.cpp999 if (android::base::GetBoolProperty("ro.vold.forceencryption", false) && entry.is_encryptable()) in needs_block_encryption()
1040 } else if (entry.is_encryptable()) { in handle_encryptable()
1537 if (current_entry.is_encryptable() && current_entry.key_loc != KEY_IN_FOOTER) { in fs_mgr_mount_all()
1546 } else if (current_entry.is_encryptable() && current_entry.key_loc == KEY_IN_FOOTER) { in fs_mgr_mount_all()
1583 if (mount_errno != EBUSY && mount_errno != EACCES && attempted_entry.is_encryptable()) { in fs_mgr_mount_all()
/system/vold/
Dmain.cpp260 if (entry.is_encryptable()) { in process_config()