Searched refs:delete_dir_contents_and_dir (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.cpp | 159 if (delete_dir_contents_and_dir(target) != 0) { in migrate_app_data() 279 return delete_dir_contents_and_dir( in destroy_app_reference_profile() 285 return delete_dir_contents_and_dir( in destroy_app_current_profiles() 304 res |= delete_dir_contents_and_dir( in destroy_app_data() 308 res |= delete_dir_contents_and_dir( in destroy_app_data() 459 res |= delete_dir_contents_and_dir(create_data_user_de_path(uuid, userid), true); in destroy_user_data() 461 res |= delete_dir_contents_and_dir(create_data_misc_legacy_path(userid), true); in destroy_user_data() 462 res |= delete_dir_contents_and_dir(create_data_user_profiles_path(userid), true); in destroy_user_data() 466 res |= delete_dir_contents_and_dir(create_data_user_ce_path(uuid, userid), true); in destroy_user_data() 467 res |= delete_dir_contents_and_dir(create_data_media_path(uuid, userid), true); in destroy_user_data()
|
D | utils.h | 106 int delete_dir_contents_and_dir(const std::string& pathname, bool ignore_if_missing = false);
|
D | utils.cpp | 374 int delete_dir_contents_and_dir(const std::string& pathname, bool ignore_if_missing) { in delete_dir_contents_and_dir() function
|