Lines Matching refs:destroy_dir
315 static bool destroy_dir(const std::string& dir) { in destroy_dir() function
914 res &= destroy_dir(media_ce_path); in fscrypt_destroy_user_storage()
915 res &= destroy_dir(user_ce_path); in fscrypt_destroy_user_storage()
917 res &= destroy_dir(system_ce_path); in fscrypt_destroy_user_storage()
918 res &= destroy_dir(misc_ce_path); in fscrypt_destroy_user_storage()
919 res &= destroy_dir(vendor_ce_path); in fscrypt_destroy_user_storage()
939 res &= destroy_dir(user_de_path); in fscrypt_destroy_user_storage()
941 res &= destroy_dir(system_legacy_path); in fscrypt_destroy_user_storage()
943 res &= destroy_dir(misc_legacy_path); in fscrypt_destroy_user_storage()
945 res &= destroy_dir(profiles_de_path); in fscrypt_destroy_user_storage()
946 res &= destroy_dir(system_de_path); in fscrypt_destroy_user_storage()
947 res &= destroy_dir(misc_de_path); in fscrypt_destroy_user_storage()
948 res &= destroy_dir(vendor_de_path); in fscrypt_destroy_user_storage()