Home
last modified time | relevance | path

Searched refs:stream_redirect_path (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dprocess.cpp322 impl::stream_redirect_path::stream_redirect_path(const tools::fs::path& p) : in stream_redirect_path() function in impl::stream_redirect_path
328 impl::stream_redirect_path::prepare(void) in prepare()
333 impl::stream_redirect_path::connect_parent(void) in connect_parent()
339 impl::stream_redirect_path::connect_child(const int fd) in connect_child()
H A Dprocess.hpp175 class stream_redirect_path { class
190 stream_redirect_path(const tools::fs::path&);
H A Datf-run.cpp139 tools::process::stream_redirect_path(gdbout), in dump_stacktrace()
140 tools::process::stream_redirect_path(tools::fs::path("/dev/null")), in dump_stacktrace()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dtest_helpers.hpp106 atf::process::stream_redirect_path(atf::fs::path("stdout")), in run_h_tc()
107 atf::process::stream_redirect_path(atf::fs::path("stderr")), in run_h_tc()
H A Dprocess.hpp162 class stream_redirect_path : basic_stream { class
171 stream_redirect_path(const fs::path&);
H A Dprocess.cpp226 impl::stream_redirect_path::stream_redirect_path(const fs::path& p) in stream_redirect_path() function in impl::stream_redirect_path