MCPcopy Create free account
hub / github.com/boostorg/filesystem / remove_all

Function remove_all

src/operations.cpp:4615–4622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4613}
4614
4615BOOST_FILESYSTEM_DECL
4616uintmax_t remove_all(path const& p, error_code* ec)
4617{
4618 if (ec)
4619 ec->clear();
4620
4621 return detail::remove_all_impl(p, ec);
4622}
4623
4624BOOST_FILESYSTEM_DECL
4625void rename(path const& old_p, path const& new_p, error_code* ec)

Callers 15

remove_all_testsFunction · 0.50
remove_all_symlink_testsFunction · 0.50
cpp_mainFunction · 0.50
operations_testFunction · 0.50
cpp_mainFunction · 0.50
cpp_mainFunction · 0.50
test_copy_file_defaultFunction · 0.50
test_copy_dir_defaultFunction · 0.50
test_copy_dir_default_ecFunction · 0.50
test_copy_dir_recursiveFunction · 0.50
test_copy_file_symlinksFunction · 0.50

Calls 2

remove_all_implFunction · 0.85
clearMethod · 0.80

Tested by 15

remove_all_testsFunction · 0.40
remove_all_symlink_testsFunction · 0.40
cpp_mainFunction · 0.40
operations_testFunction · 0.40
cpp_mainFunction · 0.40
cpp_mainFunction · 0.40
test_copy_file_defaultFunction · 0.40
test_copy_dir_defaultFunction · 0.40
test_copy_dir_default_ecFunction · 0.40
test_copy_dir_recursiveFunction · 0.40
test_copy_file_symlinksFunction · 0.40