Lines Matching refs:stdout_file
135 const fs::path stdout_file; member
177 stdout_file(stdout_file_), in impl()
243 executor::exec_handle::stdout_file(void) const in stdout_file() function in executor::exec_handle
245 return _pimpl->stdout_file; in stdout_file()
283 const fs::path stdout_file; member
339 stdout_file(stdout_file_), stderr_file(stderr_file_), in impl()
514 executor::exit_handle::stdout_file(void) const in stdout_file() function in executor::exit_handle
516 return _pimpl->stdout_file; in stdout_file()
654 if (!fs::exists(data.stdout_file())) { in post_wait()
655 std::ofstream new_stdout(data.stdout_file().c_str()); in post_wait()
669 data.stdout_file(), in post_wait()
683 if (!fs::exists(data.stdout_file())) { in reap()
684 std::ofstream new_stdout(data.stdout_file().c_str()); in reap()
697 data.stdout_file(), in reap()
788 const fs::path& stdout_file, in spawn_post() argument
798 stdout_file, in spawn_post()
841 base.stdout_file(), in spawn_followup_post()