Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp689 auto foreign_de_path = android::vold::BuildDataProfilesForeignDexDePath(user_id); in e4crypt_prepare_user_storage() local
702 if (!prepare_dir(foreign_de_path, 0773, AID_SYSTEM, AID_SYSTEM)) return false; in e4crypt_prepare_user_storage()
760 auto foreign_de_path = android::vold::BuildDataProfilesForeignDexDePath(user_id); in e4crypt_destroy_user_storage() local
773 res &= destroy_dir(foreign_de_path); in e4crypt_destroy_user_storage()