Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp149 static std::vector<std::string> get_ce_key_paths(const std::string& directory_path) { in get_ce_key_paths() function
222 auto const paths = get_ce_key_paths(directory_path); in read_and_fixate_user_ce_key()
396 return android::vold::pathExists(directory_path) && !get_ce_key_paths(directory_path).empty(); in ce_key_exists()
661 for (auto const path : get_ce_key_paths(ce_path)) { in fscrypt_destroy_user_keys()
788 auto const paths = get_ce_key_paths(directory_path); in fscrypt_set_ce_key_protection()
817 fixate_user_ce_key(directory_path, to_fix, get_ce_key_paths(directory_path)); in fscrypt_deferred_fixate_ce_keys()