HomeSort by relevance Sort by last modified time
    Searched refs:fs_mgr_is_encryptable (Results 1 - 5 of 5) sorted by null

  /system/core/fs_mgr/include/
fs_mgr.h 112 int fs_mgr_is_encryptable(const struct fstab_rec *fstab);
  /system/core/fs_mgr/
fs_mgr.c 445 if (device_is_force_encrypted() && fs_mgr_is_encryptable(rec)) return true;
480 } else if (fs_mgr_is_encryptable(rec)) {
591 if (fs_mgr_is_encryptable(&fstab->recs[top_idx]) &&
614 fs_mgr_is_encryptable(&fstab->recs[attempted_idx])) {
fs_mgr_fstab.c 499 int fs_mgr_is_encryptable(const struct fstab_rec *fstab) function
  /system/vold/
main.cpp 231 if (fs_mgr_is_encryptable(&fstab->recs[i])) {
  /bootable/recovery/uncrypt/
uncrypt.cpp 200 if (fs_mgr_is_encryptable(v) || fs_mgr_is_file_encrypted(v)) {

Completed in 45 milliseconds