Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp376 static bool ensure_policy(const std::string& raw_ref, const std::string& path) { in ensure_policy() function
750 if (!ensure_policy(de_raw_ref, system_de_path)) return false; in e4crypt_prepare_user_storage()
751 if (!ensure_policy(de_raw_ref, misc_de_path)) return false; in e4crypt_prepare_user_storage()
752 if (!ensure_policy(de_raw_ref, user_de_path)) return false; in e4crypt_prepare_user_storage()
772 if (!ensure_policy(ce_raw_ref, system_ce_path)) return false; in e4crypt_prepare_user_storage()
773 if (!ensure_policy(ce_raw_ref, misc_ce_path)) return false; in e4crypt_prepare_user_storage()
774 if (!ensure_policy(ce_raw_ref, media_ce_path)) return false; in e4crypt_prepare_user_storage()
775 if (!ensure_policy(ce_raw_ref, user_ce_path)) return false; in e4crypt_prepare_user_storage()