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

  /system/core/fs_mgr/include_fstab/fstab/
fstab.h 76 int fs_mgr_is_encryptable(const struct fstab_rec* fstab);
  /system/vold/
main.cpp 247 if (fs_mgr_is_encryptable(rec)) {
  /system/core/fs_mgr/
fs_mgr.cpp 726 fs_mgr_is_encryptable(rec))
774 } else if (fs_mgr_is_encryptable(rec)) {
    [all...]
fs_mgr_fstab.cpp 943 int fs_mgr_is_encryptable(const struct fstab_rec *fstab) function
    [all...]
  /bootable/recovery/
roots.cpp 133 bool crypt_footer = fs_mgr_is_encryptable(v) && !strcmp(v->key_loc, "footer");
  /bootable/recovery/uncrypt/
uncrypt.cpp 193 if (fs_mgr_is_encryptable(v) || fs_mgr_is_file_encrypted(v)) {

Completed in 143 milliseconds