Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/execenv/
H A Dexecenv_host.cpp35 execenv::execenv_host::init() const in init()
42 execenv::execenv_host::cleanup() const in cleanup()
49 execenv::execenv_host::exec(const args_vector& args) const in exec()
H A Dexecenv_host.hpp47 class execenv_host : public execenv::interface { class
49 execenv_host(const model::test_program& test_program, in execenv_host() function in engine::execenv::execenv_host
H A Dexecenv.cpp73 new execenv::execenv_host(test_program, test_case_name)); in get()