Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp315 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()
[all …]