Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp805 std::uintmax_t remove_all_impl(path const & p, std::error_code& ec) in remove_all_impl() function
814 auto other_count = remove_all_impl(it->path(), ec); in remove_all_impl()
828 auto count = remove_all_impl(p, mec); in __remove_all()