Home
last modified time | relevance | path

Searched refs:ostream_ptr (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/atf/dist/tools/
Datf-report.cpp50 typedef std::unique_ptr< std::ostream > ostream_ptr; typedef
52 static ostream_ptr
55 ostream_ptr osp; in open_outfile()
57 osp = ostream_ptr(new std::ofstream("/dev/stdout")); in open_outfile()
59 osp = ostream_ptr(new std::ofstream(path.c_str())); in open_outfile()
120 ostream_ptr m_os;
191 ostream_ptr m_os;
379 ostream_ptr m_os;