Home | History | Annotate | Download | only in installd

Lines Matching refs:delete_dir_contents

375 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing) {
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,
952 if (delete_dir_contents(path, 1, NULL)) {
966 delete_dir_contents(path, 0, NULL);