Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp852 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in fscrypt_prepare_user_storage() local
860 if (!prepare_dir(user_ce_path, 0771, AID_SYSTEM, AID_SYSTEM)) return false; in fscrypt_prepare_user_storage()
873 if (!EnsurePolicy(ce_policy, user_ce_path)) return false; in fscrypt_prepare_user_storage()
903 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in fscrypt_destroy_user_storage() local
906 res &= destroy_dir(user_ce_path); in fscrypt_destroy_user_storage()