utils.cpp | 375 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing) { function in namespace:android::installd 376 return delete_dir_contents(pathname.c_str(), 0, NULL, ignore_if_missing); 380 return delete_dir_contents(pathname.c_str(), 1, NULL, ignore_if_missing); 383 int delete_dir_contents(const char *pathname, function in namespace:android::installd 952 if (delete_dir_contents(path, 1, NULL)) { 966 delete_dir_contents(path, 0, NULL); [all...] |