Searched refs:stdout_target (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/kyua/utils/process/ |
| H A D | executor.ipp | 109 /// \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 D | executor_test.cpp | 318 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 D | scheduler.cpp | 1287 const utils::optional<utils::fs::path>& stdout_target, in spawn_test() argument 1310 unprivileged_user, stdout_target, stderr_target); in spawn_test() 1568 const fs::path& stdout_target, in debug_test() argument 1575 out = stdout_target; in debug_test() 1592 stdout_target); in debug_test()
|