Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_format.cpp60 bool crypt_footer) { in format_ext4()
98 static int format_f2fs(const std::string& fs_blkdev, uint64_t dev_sz, bool crypt_footer) { in format_f2fs()
126 int fs_mgr_do_format(const FstabEntry& entry, bool crypt_footer) { in fs_mgr_do_format()
Dfs_mgr_roots.cpp123 bool crypt_footer = rec->is_encryptable() && rec->key_loc == "footer"; in EnsurePathMounted() local
Dfs_mgr.cpp1225 bool crypt_footer = false; in fs_mgr_mount_all() local