Home
last modified time | relevance | path

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

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h80 int fs_mgr_is_encryptable(const struct fstab_rec* fstab);
/system/core/fs_mgr/
Dfs_mgr.cpp723 if (device_is_force_encrypted() && fs_mgr_is_encryptable(rec)) return true; in needs_block_encryption()
770 } else if (fs_mgr_is_encryptable(rec)) { in handle_encryptable()
918 if (fs_mgr_is_encryptable(&fstab->recs[top_idx]) && in fs_mgr_mount_all()
930 } else if (fs_mgr_is_encryptable(&fstab->recs[top_idx]) && in fs_mgr_mount_all()
948 fs_mgr_is_encryptable(&fstab->recs[attempted_idx])) { in fs_mgr_mount_all()
Dfs_mgr_fstab.cpp856 int fs_mgr_is_encryptable(const struct fstab_rec *fstab) in fs_mgr_is_encryptable() function
/system/vold/
Dmain.cpp244 if (fs_mgr_is_encryptable(&fstab->recs[i])) { in process_config()