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

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp621 typedef std::pair< std::string, atf::fs::path > fmt_path_pair; typedef in class:atf_report
622 std::vector< fmt_path_pair > m_oflags;
655 m_oflags.push_back(fmt_path_pair(fmt, path));
684 m_oflags.push_back(fmt_path_pair("ticker", atf::fs::path("-")));
688 for (std::vector< fmt_path_pair >::const_iterator iter = m_oflags.begin();
701 for (std::vector< fmt_path_pair >::const_iterator iter = m_oflags.begin();

Completed in 297 milliseconds