Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp693 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in e4crypt_prepare_user_storage() local
705 if (!prepare_dir(misc_de_path, 01771, AID_SYSTEM, AID_MISC)) return false; in e4crypt_prepare_user_storage()
713 if (!ensure_policy(de_raw_ref, misc_de_path)) return false; in e4crypt_prepare_user_storage()
764 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in e4crypt_destroy_user_storage() local
775 res &= destroy_dir(misc_de_path); in e4crypt_destroy_user_storage()