Home
last modified time | relevance | path

Searched refs:remove_all (Results 1 – 25 of 33) sorted by relevance

12

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/experimental/
A Dfs_ops.h261 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
262 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/experimental/bits/
A Dfs_ops.h264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/experimental/bits/
A Dfs_ops.h264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/bits/
A Dfs_ops.h264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/bits/
A Dfs_ops.h264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/experimental/bits/
A Dfs_ops.h264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/
A Dfs_ops.h264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
265 uintmax_t remove_all(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dfs_ops.h279 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
280 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dfs_ops.h279 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
280 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dfs_ops.h278 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
279 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dfs_ops.h278 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY()
279 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
/l4re-core-master/cxx/lib/tl/include/bits/
A Dbst.h258 void remove_all(FUNC &&callback) in remove_all() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dops.cc1057 fs::remove_all(const path& p) in remove_all() function in fs
1060 const auto result = remove_all(p, ec); in remove_all()
1067 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs
1083 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
A Dstd-ops.cc1337 fs::remove_all(const path& p) in remove_all() function in fs
1340 const auto result = remove_all(p, ec); in remove_all()
1347 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs
1363 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops.cc1085 fs::remove_all(const path& p) in remove_all() function in fs
1088 const auto result = remove_all(p, ec); in remove_all()
1095 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs
1111 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops.cc1085 fs::remove_all(const path& p) in remove_all() function in fs
1088 const auto result = remove_all(p, ec); in remove_all()
1095 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs
1111 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops.cc1085 fs::remove_all(const path& p) in remove_all() function in fs
1088 const auto result = remove_all(p, ec); in remove_all()
1095 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs
1111 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dops.cc1253 fs::remove_all(const path& p) in remove_all() function in fs
1256 bool result = remove_all(p, ec); in remove_all()
1263 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs
1269 count += fs::remove_all(d->path(), ec); in remove_all()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc1291 fs::remove_all(const path& p) in remove_all() function in fs
1294 const auto result = remove_all(p, ec); in remove_all()
1301 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs
1315 count += fs::remove_all(d->path(), ec); in remove_all()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc1289 fs::remove_all(const path& p) in remove_all() function in fs
1292 const auto result = remove_all(p, ec); in remove_all()
1299 fs::remove_all(const path& p, error_code& ec) noexcept in remove_all() function in fs
1313 count += fs::remove_all(d->path(), ec); in remove_all()
/l4re-core-master/moe/server/src/
A Dname_space.cc94 _tree.remove_all([](Entry *e) { delete e; }); in ~Name_space()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_ops.cc1285 fs::remove_all(const path& p) in remove_all() function in fs
1288 const auto result = remove_all(p, ec); in remove_all()
1295 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs
1311 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/
A DChangeLog442 * src/c++17/fs_ops.cc (remove_all(const path&, error_code&)): Check
444 * src/filesystem/ops.cc (remove_all(const path&, error_code&)):
446 * testsuite/27_io/filesystem/operations/remove_all.cc: Check errors
448 * testsuite/experimental/filesystem/operations/remove_all.cc: Likewise.
2897 (remove_all(const path&, error_code&)): Use filesystem::remove.
2907 (remove_all(const path&)): Fix type of result variable.
2908 (remove_all(const path&, error_code&)): Use non-throwing increment
2914 * testsuite/experimental/filesystem/operations/remove_all.cc:
2922 (remove_all(const path&, error_code&))): Do not return an error for
2926 * testsuite/27_io/filesystem/operations/remove_all.cc: Fix expected
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_ops.cc1372 fs::remove_all(const path& p) in remove_all() function in fs
1378 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_ops.cc1372 fs::remove_all(const path& p) in remove_all() function in fs
1378 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs

Completed in 56 milliseconds

12