Searched refs:remove (Results 1 - 15 of 15) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp367 atf::fs::remove(before);
369 atf::fs::remove(after);
416 atf::fs::remove(before);
418 atf::fs::remove(after);
461 atf::fs::remove(before);
463 atf::fs::remove(after);
508 atf::fs::remove(before);
510 atf::fs::remove(after);
553 atf::fs::remove(before);
555 atf::fs::remove(afte
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dfsaccess_test.c43 n = remove(PATH);
45 fprintf(stderr, "unable to remove(%s)\n", PATH);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.hpp83 //! remove any trailing one.
381 void remove(const path&);
H A Dfs_test.cpp492 ATF_TEST_CASE(remove);
493 ATF_TEST_CASE_HEAD(remove)
495 set_md_var("descr", "Tests the remove function");
497 ATF_TEST_CASE_BODY(remove)
501 using atf::fs::remove;
506 remove(path("files/reg"));
510 ATF_REQUIRE_THROW(atf::system_error, remove(path("files/dir")));
544 ATF_ADD_TEST_CASE(tcs, remove);
H A Dfs.cpp499 impl::remove(const path& p) function in class:impl
502 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")",
506 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")",
/bind-9.6-ESV-R11/bin/tests/system/
H A Difconfig.sh197 ifconfig lo0 remove 10.53.0.$ns
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.cpp101 atf::fs::remove(p);
H A Dmisc_helpers.cpp228 atf::fs::remove(atf::fs::path(get_config_var("statedir") + "/to-delete"));
H A Datf-run.cpp459 atf::fs::remove(resfile);
463 atf::fs::remove(resfile);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfile.c289 if (remove(templet) < 0) {
292 "remove '%s': failed", templet);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfile.c345 (void)remove(templet);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp135 remove(*m_path);
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dt_dst.c81 if (remove(fullname))
82 t_info("remove(%s) failed %d\n", fullname,
85 t_info("unable to remove '%s/%s': path too long\n",
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh640 # Don't remove nor modify the starting and closing comments
675 # on Windows for dlls which lack them. Don't remove nor modify the
1002 # FIXME: remove this flag sometime in the future.
1809 # Create the output directory, or remove our outputs if we need to.
3874 uninstall remove libraries from an installed directory
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c5255 * We can now remove the NSEC3 chain.
9856 if (remove(zone->journal) < 0 && errno != ENOENT) {
9863 "unable to remove journal "

Completed in 65 milliseconds