Searched refs:get_current_dir (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dfs_test.cpp197 using atf::atf_run::get_current_dir;
203 const atf::fs::path old = get_current_dir();
207 ATF_REQUIRE(get_current_dir() == old);
215 ATF_REQUIRE(get_current_dir() == old);
218 ATF_TEST_CASE(get_current_dir); variable
219 ATF_TEST_CASE_HEAD(get_current_dir)
221 set_md_var("descr", "Tests the get_current_dir function");
223 ATF_TEST_CASE_BODY(get_current_dir)
226 using atf::atf_run::get_current_dir;
232 atf::fs::path curdir = get_current_dir();
[all...]
H A Dfs.hpp52 atf::fs::path get_current_dir(void);
H A Dfs.cpp180 atf::fs::path olddir = get_current_dir();
199 impl::get_current_dir(void) function in class:impl
208 throw atf::system_error(IMPL_NAME "::get_current_dir()",

Completed in 53 milliseconds