Lines Matching refs:stdout_file
687 result_handle->stdout_file().str())); in ATF_TEST_CASE_BODY()
755 const fs::path stdout_file = result_handle->stdout_file(); in ATF_TEST_CASE_BODY() local
757 stdout_file.str(), in ATF_TEST_CASE_BODY()
767 ATF_REQUIRE(!fs::exists(stdout_file)); in ATF_TEST_CASE_BODY()
835 result_handle->stdout_file().str())); in ATF_TEST_CASE_BODY()
869 result_handle->stdout_file().str(), in do_cleanup_test()
980 result_handle->stdout_file().str())); in ATF_TEST_CASE_BODY()
1008 atf::utils::cat_file(result_handle->stdout_file().str(), "child stdout: "); in do_check_list_files_on_failure()
1009 ATF_REQUIRE(atf::utils::compare_file(result_handle->stdout_file().str(), in do_check_list_files_on_failure()
1078 const fs::path stdout_file("custom-stdout.txt"); in ATF_TEST_CASE_BODY() local
1082 program, "print_params", user_config, stdout_file, stderr_file); in ATF_TEST_CASE_BODY()
1094 ATF_REQUIRE(stdout_file != result_handle->stdout_file()); in ATF_TEST_CASE_BODY()
1103 stdout_file.str(), in ATF_TEST_CASE_BODY()