Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1359 uintmax_t remove_all_impl(path const& p, error_code& ec) { in remove_all_impl() function
1368 auto other_count = remove_all_impl(it->path(), ec); in remove_all_impl()
1387 auto count = remove_all_impl(p, mec); in __remove_all()
1412 uintmax_t remove_all_impl(int parent_directory, const path& p, error_code& ec) { in remove_all_impl() function
1438 count += remove_all_impl(fd, str, ec); in remove_all_impl()
1481 uintmax_t count = remove_all_impl(AT_FDCWD, p, mec); in __remove_all()