Home
last modified time | relevance | path

Searched refs:stdout_path (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/atf/atf-c++/
H A Dcheck_test.cpp257 out.reset(new atf::fs::path(r->stdout_path())); in ATF_TEST_CASE_BODY()
334 const std::string out1 = r1->stdout_path(); in ATF_TEST_CASE_BODY()
335 const std::string out2 = r2->stdout_path(); in ATF_TEST_CASE_BODY()
H A Dcheck.hpp105 const std::string stdout_path(void) const;
H A Dcheck.cpp87 impl::check_result::stdout_path(void) const in stdout_path() function in impl::check_result
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h82 const char *stdin_path, const char *stdout_path,
H A DSBTarget.h183 const char *stdout_path, const char *stderr_path,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp106 const char *stdin_path, const char *stdout_path, in RemoteLaunch() argument
119 stdout_path ? stdout_path : "NULL", in RemoteLaunch()
131 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in RemoteLaunch()
H A DSBTarget.cpp249 char *stdout_path = NULL; in LaunchSimple() local
255 return Launch(listener, argv, envp, stdin_path, stdout_path, stderr_path, in LaunchSimple()
271 const char *stdout_path, const char *stderr_path, in Launch() argument
287 stdout_path ? stdout_path : "NULL", in Launch()
329 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in Launch()
/freebsd-12.1/contrib/atf/atf-sh/
H A Datf-check.cpp565 cat_file(atf::fs::path(cr.stdout_path())); in run_status_check()
736 atf::fs::path(r.stdout_path()), "stdout"); in run_output_checks()