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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.hpp47 const atf::fs::path& get_path(void) const;
H A Datf-run.cpp422 atf::fs::path resfile = resdir.get_path() / "tcr";
431 if (::chown(workdir.get_path().c_str(), user.first,
434 workdir.get_path().str() + ")", "chown(2) failed",
437 resfile = workdir.get_path() / "tcr";
442 resfile, workdir.get_path(), w);
444 dump_stacktrace(tp, s.second, workdir.get_path(), w);
447 config, resfile, workdir.get_path(), w);
H A Dfs_test.cpp78 t1 = td1.get_path();
79 t2 = td2.get_path();
H A Dfs.cpp220 impl::temp_dir::get_path(void) function in class:impl::temp_dir
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp142 get_path(void) const function in class:__anon236::temp_file
629 const bool equals = compare_files(path, temp.get_path());
633 print_diff(temp.get_path(), path);
637 cat_file(temp.get_path());

Completed in 14 milliseconds