Lines Matching refs:fs

57 #include "atf-c++/detail/fs.hpp"
65 #include "fs.hpp"
94 int run_test(const atf::fs::path&, impl::atf_tps_writer&,
96 int run_test_directory(const atf::fs::path&, impl::atf_tps_writer&);
97 int run_test_program(const atf::fs::path&, impl::atf_tps_writer&,
101 const atf::process::status&, const atf::fs::path&) const;
122 dump_stacktrace(const atf::fs::path& tp, const atf::process::status& s,
123 const atf::fs::path& workdir, impl::atf_tps_writer& w)
129 const atf::fs::path corename = workdir /
131 if (!atf::fs::exists(corename)) {
136 const atf::fs::path gdb(GDB);
137 const atf::fs::path gdbout = workdir / "gdb.out";
144 atf::process::stream_redirect_path(atf::fs::path("/dev/null")),
222 atf_run::run_test(const atf::fs::path& tp,
226 atf::fs::file_info fi(tp);
229 if (fi.get_type() == atf::fs::file_info::dir_type)
241 atf_run::run_test_directory(const atf::fs::path& tp,
268 const atf::fs::path& resfile)
371 atf_run::run_test_program(const atf::fs::path& tp,
391 impl::temp_dir resdir(atf::fs::path(atf::config::get("atf_workdir")) /
422 atf::fs::path resfile = resdir.get_path() / "tcr";
423 INV(!atf::fs::exists(resfile));
428 impl::temp_dir workdir(atf::fs::path(atf::config::get(
458 if (atf::fs::exists(resfile))
459 atf::fs::remove(resfile);
462 if (atf::fs::exists(resfile))
463 atf::fs::remove(resfile);
480 atf::fs::path tp(*iter);
481 atf::fs::file_info fi(tp);
483 if (fi.get_type() == atf::fs::file_info::dir_type) {
501 const atf::fs::path sh(atf::config::get("atf_shell"));
502 const atf::fs::path hooks =
503 atf::fs::path(atf::config::get("atf_pkgdatadir")) / (tool + ".hooks");
521 impl::atffile af = impl::read_atffile(atf::fs::path("Atffile"));
549 const bool result = run_test(atf::fs::path(*iter), w,