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

/freebsd-10.0-release/contrib/atf/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.cpp232 atf::fs::path olddir = get_current_dir();
251 impl::get_current_dir(void) function in class:impl
260 throw atf::system_error(IMPL_NAME "::get_current_dir()",

Completed in 113 milliseconds