Searched refs:temp_dir (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.hpp40 class temp_dir { class in namespace:atf::atf_run
44 temp_dir(const atf::fs::path&);
45 ~temp_dir(void);
H A Dfs.cpp199 // The "temp_dir" class.
202 impl::temp_dir::temp_dir(const atf::fs::path& p) function in class:impl::temp_dir
207 throw system_error(IMPL_NAME "::temp_dir::temp_dir(" +
214 impl::temp_dir::~temp_dir(void)
220 impl::temp_dir::get_path(void)
H A Dfs_test.cpp59 // Test cases for the "temp_dir" class.
65 set_md_var("descr", "Tests the RAII behavior of the temp_dir class");
69 using atf::atf_run::temp_dir;
76 temp_dir td1(tmpl);
77 temp_dir td2(tmpl);
251 // Add the tests for the "temp_dir" class.
H A Datf-run.cpp391 impl::temp_dir resdir(atf::fs::path(atf::config::get("atf_workdir")) /
428 impl::temp_dir workdir(atf::fs::path(atf::config::get(
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh1260 temp_dir=`$echo "X$deplib" | $Xsed -e 's/^-L//'`
1262 *" $temp_dir "*) ;;
1263 *) lib_search_path="$lib_search_path $temp_dir";;

Completed in 34 milliseconds