Lines Matching refs:fs
47 #include "atf-c++/detail/fs.hpp"
57 open_outfile(const atf::fs::path& path)
131 csv_writer(const atf::fs::path& p) :
365 ticker_writer(const atf::fs::path& p) :
488 xml_writer(const atf::fs::path& p) :
601 add_output(const std::string& fmt, const atf::fs::path& p)
621 typedef std::pair< std::string, atf::fs::path > fmt_path_pair;
654 atf::fs::path path = atf::fs::path(str.substr(pos + 1));
684 m_oflags.push_back(fmt_path_pair("ticker", atf::fs::path("-")));
687 std::set< atf::fs::path > paths;
690 atf::fs::path p = (*iter).second;
691 if (p == atf::fs::path("/dev/stdout"))
692 p = atf::fs::path("-");