Lines Matching refs:stdout_file
137 const fs::path stdout_file; member
179 stdout_file(stdout_file_), in impl()
245 executor::exec_handle::stdout_file(void) const in stdout_file() function in executor::exec_handle
247 return _pimpl->stdout_file; in stdout_file()
285 const fs::path stdout_file; member
341 stdout_file(stdout_file_), stderr_file(stderr_file_), in impl()
516 executor::exit_handle::stdout_file(void) const in stdout_file() function in executor::exit_handle
518 return _pimpl->stdout_file; in stdout_file()
672 if (!fs::exists(data.stdout_file())) { in post_wait()
673 std::ofstream new_stdout(data.stdout_file().c_str()); in post_wait()
687 data.stdout_file(), in post_wait()
701 if (!fs::exists(data.stdout_file())) { in reap()
702 std::ofstream new_stdout(data.stdout_file().c_str()); in reap()
715 data.stdout_file(), in reap()
806 const fs::path& stdout_file, in spawn_post() argument
816 stdout_file, in spawn_post()
863 base.stdout_file(), in spawn_followup_post()