Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp292 static bool destroy_dir(const std::string& dir) { in destroy_dir() function
768 res &= destroy_dir(system_legacy_path); in e4crypt_destroy_user_storage()
770 res &= destroy_dir(misc_legacy_path); in e4crypt_destroy_user_storage()
772 res &= destroy_dir(profiles_de_path); in e4crypt_destroy_user_storage()
773 res &= destroy_dir(foreign_de_path); in e4crypt_destroy_user_storage()
774 res &= destroy_dir(system_de_path); in e4crypt_destroy_user_storage()
775 res &= destroy_dir(misc_de_path); in e4crypt_destroy_user_storage()
777 res &= destroy_dir(user_de_path); in e4crypt_destroy_user_storage()
788 res &= destroy_dir(system_ce_path); in e4crypt_destroy_user_storage()
789 res &= destroy_dir(misc_ce_path); in e4crypt_destroy_user_storage()
[all …]