Searched refs:remove_all_r (Results 1 – 1 of 1) sorted by relevance
752 error_code remove_all_r(StringRef path, file_type ft, uint32_t &count) { in remove_all_r() function760 if (error_code ec = remove_all_r(i->path(), st.type(), count)) return ec; in remove_all_r()785 return remove_all_r(p, fs.type(), num_removed); in remove_all()