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

/bind-9.6-ESV-R11/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.cpp233 atf::fs::path olddir = get_current_dir();
252 impl::get_current_dir(void) function in class:impl
261 throw atf::system_error(IMPL_NAME "::get_current_dir()",

Completed in 10 milliseconds