Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp309 static bool destroy_dir(const std::string& dir) { in destroy_dir() function
905 res &= destroy_dir(media_ce_path); in fscrypt_destroy_user_storage()
906 res &= destroy_dir(user_ce_path); in fscrypt_destroy_user_storage()
908 res &= destroy_dir(system_ce_path); in fscrypt_destroy_user_storage()
909 res &= destroy_dir(misc_ce_path); in fscrypt_destroy_user_storage()
910 res &= destroy_dir(vendor_ce_path); in fscrypt_destroy_user_storage()
930 res &= destroy_dir(user_de_path); in fscrypt_destroy_user_storage()
932 res &= destroy_dir(system_legacy_path); in fscrypt_destroy_user_storage()
934 res &= destroy_dir(misc_legacy_path); in fscrypt_destroy_user_storage()
936 res &= destroy_dir(profiles_de_path); in fscrypt_destroy_user_storage()
[all …]