Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/store/
H A Dschema_v1.sql232 has_cleanup TEXT, field
/freebsd/tests/atf_python/
H A Datf_pytest.py37 def __init__(self, obj, has_cleanup): argument
/freebsd/contrib/kyua/model/
H A Dmetadata.cpp512 model::metadata::has_cleanup(void) const in has_cleanup() function in model::metadata
/freebsd/contrib/atf/atf-c++/
H A Dtests.cpp192 impl::tc::tc(const std::string& ident, const bool has_cleanup) : in tc()