Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/
H A DFsCrypt.cpp391 static bool prepare_dir_with_policy(const std::string& dir, mode_t mode, uid_t uid, gid_t gid, in prepare_dir_with_policy() function
592 if (!prepare_dir_with_policy(data_data_dir, 0771, AID_SYSTEM, AID_SYSTEM, ce_policy)) { in prepare_special_dirs()
600 if (!prepare_dir_with_policy(data_data_dir, 0771, AID_SYSTEM, AID_SYSTEM, ce_policy)) in prepare_special_dirs()
622 if (!prepare_dir_with_policy(media_obb_dir, 0770, AID_MEDIA_RW, AID_MEDIA_RW, in prepare_special_dirs()
976 if (!prepare_dir_with_policy(system_de_path, 0770, AID_SYSTEM, AID_SYSTEM, de_policy)) in fscrypt_prepare_user_storage()
978 if (!prepare_dir_with_policy(vendor_de_path, 0771, AID_ROOT, AID_ROOT, de_policy)) in fscrypt_prepare_user_storage()
982 if (!prepare_dir_with_policy(misc_de_path, 01771, AID_SYSTEM, AID_MISC, de_policy)) in fscrypt_prepare_user_storage()
984 if (!prepare_dir_with_policy(user_de_path, 0771, AID_SYSTEM, AID_SYSTEM, de_policy)) in fscrypt_prepare_user_storage()
1016 if (!prepare_dir_with_policy(system_ce_path, 0770, AID_SYSTEM, AID_SYSTEM, ce_policy)) in fscrypt_prepare_user_storage()
1018 if (!prepare_dir_with_policy(vendor_ce_path, 0771, AID_ROOT, AID_ROOT, ce_policy)) in fscrypt_prepare_user_storage()
[all …]