Searched defs:has_cleanup (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Datf-run.cpp428 const bool has_cleanup = tools::text::to_bool( local
449 if (has_cleanup)
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp159 tc_impl(const std::string& ident, const bool has_cleanup) : argument
161 m_has_cleanup(has_cleanup)
192 impl::tc::tc(const std::string& ident, const bool has_cleanup) : argument
193 pimpl(new tc_impl(ident, has_cleanup))

Completed in 2971 milliseconds