Searched refs:stdout_path (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/atf/atf-c++/ |
| H A D | check_test.cpp | 257 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 D | check.hpp | 105 const std::string stdout_path(void) const;
|
| H A D | check.cpp | 87 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 D | SBProcess.h | 82 const char *stdin_path, const char *stdout_path,
|
| H A D | SBTarget.h | 183 const char *stdout_path, const char *stderr_path,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBProcess.cpp | 106 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 D | SBTarget.cpp | 249 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 D | atf-check.cpp | 565 cat_file(atf::fs::path(cr.stdout_path())); in run_status_check() 736 atf::fs::path(r.stdout_path()), "stdout"); in run_output_checks()
|