Searched refs:destroy_dir (Results 1 – 1 of 1) sorted by relevance
292 static bool destroy_dir(const std::string& dir) { in destroy_dir() function805 res &= destroy_dir(system_legacy_path); in e4crypt_destroy_user_storage()807 res &= destroy_dir(misc_legacy_path); in e4crypt_destroy_user_storage()809 res &= destroy_dir(profiles_de_path); in e4crypt_destroy_user_storage()810 res &= destroy_dir(system_de_path); in e4crypt_destroy_user_storage()811 res &= destroy_dir(misc_de_path); in e4crypt_destroy_user_storage()813 res &= destroy_dir(user_de_path); in e4crypt_destroy_user_storage()824 res &= destroy_dir(system_ce_path); in e4crypt_destroy_user_storage()825 res &= destroy_dir(misc_ce_path); in e4crypt_destroy_user_storage()827 res &= destroy_dir(media_ce_path); in e4crypt_destroy_user_storage()[all …]