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

  /system/core/fs_mgr/
fs_mgr_format.cpp 56 static int format_ext4(char *fs_blkdev, char *fs_mnt_point, bool crypt_footer)
68 if (crypt_footer) {
100 static int format_f2fs(char *fs_blkdev, uint64_t dev_sz, bool crypt_footer)
112 if (crypt_footer) {
136 int fs_mgr_do_format(struct fstab_rec *fstab, bool crypt_footer)
144 rc = format_f2fs(fstab->blk_device, fstab->length, crypt_footer);
146 rc = format_ext4(fstab->blk_device, fstab->mount_point, crypt_footer);
fs_mgr.cpp 917 bool crypt_footer = false; local
    [all...]
  /bootable/recovery/
roots.cpp 133 bool crypt_footer = fs_mgr_is_encryptable(v) && !strcmp(v->key_loc, "footer"); local
134 if (fs_mgr_do_format(v, crypt_footer) == 0) {

Completed in 94 milliseconds