Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A 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()
943 res &= destroy_dir(misc_legacy_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()
[all …]