Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Dexecutor.ipp109 /// \param stdout_target If not none, file to which to write the stdout of the
122 const optional< fs::path > stdout_target,
127 const fs::path stdout_path = stdout_target ?
128 stdout_target.get() : (unique_work_directory / detail::stdout_name);
H A Dexecutor_test.cpp318 const optional< fs::path > stdout_target = none, in do_spawn()
322 hook, timeout, unprivileged_user, stdout_target, stderr_target); in do_spawn()
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp1555 const fs::path& stdout_target, in debug_test() argument
1571 stdout_target); in debug_test()