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

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp59 ostream_ptr osp; local
61 osp = ostream_ptr(new std::ofstream("/dev/stdout"));
63 osp = ostream_ptr(new std::ofstream(path.c_str()));
64 if (!(*osp))
66 return osp;

Completed in 11 milliseconds