Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp1116 uintmax_t remove_all_impl(path const& p, error_code& ec) { in remove_all_impl() function
1125 auto other_count = remove_all_impl(it->path(), ec); in remove_all_impl()
1144 auto count = remove_all_impl(p, mec); in __remove_all()