Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp728 auto profiles_de_path = android::vold::BuildDataProfilesDePath(user_id); in e4crypt_prepare_user_storage() local
740 if (!prepare_dir(profiles_de_path, 0771, AID_SYSTEM, AID_SYSTEM)) return false; in e4crypt_prepare_user_storage()
797 auto profiles_de_path = android::vold::BuildDataProfilesDePath(user_id); in e4crypt_destroy_user_storage() local
809 res &= destroy_dir(profiles_de_path); in e4crypt_destroy_user_storage()