Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp759 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id); in e4crypt_prepare_user_storage() local
764 if (!prepare_dir(misc_ce_path, 01771, AID_SYSTEM, AID_MISC)) return false; in e4crypt_prepare_user_storage()
773 if (!ensure_policy(ce_raw_ref, misc_ce_path)) return false; in e4crypt_prepare_user_storage()
781 android::vold::RestoreconRecursive(misc_ce_path); in e4crypt_prepare_user_storage()
819 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id); in e4crypt_destroy_user_storage() local
825 res &= destroy_dir(misc_ce_path); in e4crypt_destroy_user_storage()