Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp758 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in e4crypt_prepare_user_storage() local
763 if (!prepare_dir(system_ce_path, 0770, AID_SYSTEM, AID_SYSTEM)) return false; in e4crypt_prepare_user_storage()
772 if (!ensure_policy(ce_raw_ref, system_ce_path)) return false; in e4crypt_prepare_user_storage()
780 android::vold::RestoreconRecursive(system_ce_path); in e4crypt_prepare_user_storage()
818 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in e4crypt_destroy_user_storage() local
824 res &= destroy_dir(system_ce_path); in e4crypt_destroy_user_storage()