Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Dexecutor.ipp111 /// \param stderr_target If not none, file to which to write the stderr of the
123 const optional< fs::path > stderr_target)
129 const fs::path stderr_path = stderr_target ?
130 stderr_target.get() : (unique_work_directory / detail::stderr_name);
H A Dexecutor_test.cpp319 const optional< fs::path > stderr_target = none) in do_spawn()
322 hook, timeout, unprivileged_user, stdout_target, stderr_target); in do_spawn()
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp1556 const fs::path& stderr_target) in debug_test() argument
1576 stderr_target); in debug_test()