Searched refs:change_directory (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/atf/atf-run/
H A Dfs_test.cpp189 ATF_TEST_CASE(change_directory); variable
190 ATF_TEST_CASE_HEAD(change_directory)
192 set_md_var("descr", "Tests the change_directory function");
194 ATF_TEST_CASE_BODY(change_directory)
196 using atf::atf_run::change_directory;
206 change_directory(atf::fs::path("files/reg")));
209 atf::fs::path old2 = change_directory(atf::fs::path("files"));
211 atf::fs::path old3 = change_directory(atf::fs::path("dir"));
213 atf::fs::path old4 = change_directory(atf::fs::path("../.."));
225 using atf::atf_run::change_directory;
[all...]
H A Dfs.hpp50 atf::fs::path change_directory(const atf::fs::path&);
H A Dfs.cpp230 impl::change_directory(const atf::fs::path& dir) function in class:impl
H A Dtest-program.cpp279 impl::change_directory(workdir);

Completed in 111 milliseconds