Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp732 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in e4crypt_prepare_user_storage() local
743 if (!prepare_dir(misc_de_path, 01771, AID_SYSTEM, AID_MISC)) return false; in e4crypt_prepare_user_storage()
751 if (!ensure_policy(de_raw_ref, misc_de_path)) return false; in e4crypt_prepare_user_storage()
801 auto misc_de_path = android::vold::BuildDataMiscDePath(user_id); in e4crypt_destroy_user_storage() local
811 res &= destroy_dir(misc_de_path); in e4crypt_destroy_user_storage()