Lines Matching defs:atf
2 // Automated Testing Framework (atf)
35 #include "atf-c++/detail/fs.hpp"
37 namespace atf {
41 std::auto_ptr< atf::fs::path > m_path;
44 temp_dir(const atf::fs::path&);
47 const atf::fs::path& get_path(void) const;
50 atf::fs::path change_directory(const atf::fs::path&);
51 void cleanup(const atf::fs::path&);
52 atf::fs::path get_current_dir(void);
55 } // namespace atf