Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1343 uintmax_t remove_all_impl(path const& p, error_code& ec) { in remove_all_impl() function
1352 auto other_count = remove_all_impl(it->path(), ec); in remove_all_impl()
1371 auto count = remove_all_impl(p, mec); in __remove_all()