Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp304 static bool needs_block_encryption(const FstabEntry& entry);
328 bool encrypted = should_use_metadata_encryption(entry) || needs_block_encryption(entry); in read_ext4_superblock()
955 static bool needs_block_encryption(const FstabEntry& entry) { in needs_block_encryption() function
980 if (needs_block_encryption(entry)) { in handle_encryptable()