Lines Matching refs:stderr_file
140 const fs::path stderr_file; member
180 stderr_file(stderr_file_), in impl()
255 executor::exec_handle::stderr_file(void) const in stderr_file() function in executor::exec_handle
257 return _pimpl->stderr_file; in stderr_file()
288 const fs::path stderr_file; member
341 stdout_file(stdout_file_), stderr_file(stderr_file_), in impl()
526 executor::exit_handle::stderr_file(void) const in stderr_file() function in executor::exit_handle
528 return _pimpl->stderr_file; in stderr_file()
675 if (!fs::exists(data.stderr_file())) { in post_wait()
676 std::ofstream new_stderr(data.stderr_file().c_str()); in post_wait()
688 data.stderr_file(), in post_wait()
704 if (!fs::exists(data.stderr_file())) { in reap()
705 std::ofstream new_stderr(data.stderr_file().c_str()); in reap()
716 data.stderr_file(), in reap()
807 const fs::path& stderr_file, in spawn_post() argument
817 stderr_file, in spawn_post()
864 base.stderr_file(), in spawn_followup_post()