Home
last modified time | relevance | path

Searched refs:crypt_footer (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_format.cpp61 bool crypt_footer, bool needs_projid, bool needs_metadata_csum) { in format_ext4() argument
71 if (crypt_footer) { in format_ext4()
123 static int format_f2fs(const std::string& fs_blkdev, uint64_t dev_sz, bool crypt_footer, in format_f2fs() argument
133 if (crypt_footer) { in format_f2fs()
162 int fs_mgr_do_format(const FstabEntry& entry, bool crypt_footer) { in fs_mgr_do_format() argument
174 return format_f2fs(entry.blk_device, entry.length, crypt_footer, needs_projid, in fs_mgr_do_format()
177 return format_ext4(entry.blk_device, entry.mount_point, crypt_footer, needs_projid, in fs_mgr_do_format()
Dfs_mgr_roots.cpp123 bool crypt_footer = rec->is_encryptable() && rec->key_loc == "footer"; in EnsurePathMounted() local
124 if (fs_mgr_do_format(*rec, crypt_footer) != 0) { in EnsurePathMounted()
Dfs_mgr.cpp1462 bool crypt_footer = false; in fs_mgr_mount_all() local
1484 crypt_footer = true; in fs_mgr_mount_all()
1486 if (fs_mgr_do_format(current_entry, crypt_footer) == 0) { in fs_mgr_mount_all()