Home
last modified time | relevance | path

Searched defs:stdout_file (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/kyua/utils/process/
H A Dexecutor.cpp137 const fs::path stdout_file; member
245 executor::exec_handle::stdout_file(void) const in stdout_file() function in executor::exec_handle
285 const fs::path stdout_file; member
516 executor::exit_handle::stdout_file(void) const in stdout_file() function in executor::exit_handle
778 spawn_post(const fs::path & control_directory,const fs::path & stdout_file,const fs::path & stderr_file,const datetime::delta & timeout,const optional<passwd::user> unprivileged_user,std::auto_ptr<process::child> child) spawn_post() argument
[all...]
H A Dchild.cpp256 process::child::fork_files_aux(const fs::path& stdout_file, in fork_files_aux()
341 const fs::path& stdout_file, in spawn_files()
H A Dexecutor_test.cpp462 const fs::path stdout_file = exit_handle.stdout_file(); in ATF_TEST_CASE_BODY() local
482 const fs::path stdout_file("custom-stdout.txt"); in ATF_TEST_CASE_BODY() local
/freebsd-src/contrib/kyua/engine/
H A Dscheduler_test.cpp755 const fs::path stdout_file = result_handle->stdout_file(); in ATF_TEST_CASE_BODY() local
1078 const fs::path stdout_file("custom-stdout.txt"); in ATF_TEST_CASE_BODY() local
H A Dscheduler.cpp711 scheduler::result_handle::stdout_file(void) const stdout_file() function in scheduler::result_handle