Home
last modified time | relevance | path

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

/NextBSD/contrib/atf/atf-c++/
Dtests.cpp159 tc_impl(const std::string& ident, const bool has_cleanup) : in tc_impl()
161 m_has_cleanup(has_cleanup) in tc_impl()
192 impl::tc::tc(const std::string& ident, const bool has_cleanup) : in tc() argument
193 pimpl(new tc_impl(ident, has_cleanup)) in tc()