Searched defs:rmdir (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp508 impl::rmdir(const path& p) function in class:impl
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp191 impl::rmdir(p);
694 impl::rmdir(const path& p) function in class:impl
696 if (::rmdir(p.c_str())) {
704 throw system_error(IMPL_NAME "::rmdir", "Cannot remove directory",

Completed in 26 milliseconds