HomeSort by: relevance | last modified time | path
    Searched refs:stream_redirect_path (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/detail/
test_helpers.hpp 106 atf::process::stream_redirect_path(atf::fs::path("stdout")),
107 atf::process::stream_redirect_path(atf::fs::path("stderr")),
process.hpp 162 class stream_redirect_path : basic_stream { class in namespace:atf::process
171 stream_redirect_path(const fs::path&);
process.cpp 226 impl::stream_redirect_path::stream_redirect_path(const fs::path& p) function in class:impl::stream_redirect_path
  /src/external/bsd/atf/dist/tools/
process.cpp 322 impl::stream_redirect_path::stream_redirect_path(const tools::fs::path& p) : function in class:impl::stream_redirect_path
328 impl::stream_redirect_path::prepare(void)
333 impl::stream_redirect_path::connect_parent(void)
339 impl::stream_redirect_path::connect_child(const int fd)
343 throw system_error(IMPL_NAME "::stream_redirect_path::connect_child",
process.hpp 175 class stream_redirect_path { class in namespace:tools::process
190 stream_redirect_path(const tools::fs::path&);
atf-run.cpp 139 tools::process::stream_redirect_path(gdbout),
140 tools::process::stream_redirect_path(tools::fs::path("/dev/null")),

Completed in 33 milliseconds