Searched refs:atf_fs_rmdir (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h130 atf_error_t atf_fs_rmdir(const atf_fs_path_t *);
H A Dfs_test.c744 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_rmdir function");
754 RE(atf_fs_rmdir(&p));
763 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_rmdir function");
776 err = atf_fs_rmdir(&p);
788 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_rmdir function");
802 err = atf_fs_rmdir(&p);
H A Dfs.c855 atf_fs_rmdir(const atf_fs_path_t *p) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.c104 atf_error_t err = atf_fs_rmdir(dir);
471 atf_error_t err2 = atf_fs_rmdir(&dir);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp514 atf_error_t err = atf_fs_rmdir(p.c_path());

Completed in 506 milliseconds