Home
last modified time | relevance | path

Searched refs:ofstream (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/kyua/engine/
H A Datf_helpers.cpp79 std::ofstream file((control_dir / name).c_str()); in create_cookie()
96 std::ofstream cookie("workdir_cookie"); in ATF_TEST_CASE_BODY()
107 std::ofstream((control_dir / "missing_cookie").c_str()).close(); in ATF_TEST_CASE_CLEANUP()
114 std::ofstream((control_dir / "invalid_cookie").c_str()).close(); in ATF_TEST_CASE_CLEANUP()
118 std::ofstream((control_dir / "cookie_ok").c_str()).close(); in ATF_TEST_CASE_CLEANUP()
157 std::ofstream file("cookie"); in ATF_TEST_CASE_BODY()
205 std::ofstream file("cookie"); in ATF_TEST_CASE_BODY()
309 std::ofstream pidfile(name.c_str()); in ATF_TEST_CASE_BODY()
H A Dplain_helpers.cpp150 std::ofstream pidfile(name.c_str()); in test_spawn_blocking_child()
168 std::ofstream file((control_dir / "cookie").c_str()); in test_timeout()
H A Dtap_helpers.cpp149 std::ofstream file((control_dir / "cookie").c_str()); in test_timeout()
H A Dtap_parser_test.cpp56 std::ofstream output("tap.txt"); in do_parse()
H A Datf_result_test.cpp243 std::ofstream output("result.txt"); in ATF_TEST_CASE_BODY()
269 std::ofstream output("abc.txt"); in ATF_TEST_CASE_BODY()
H A Dscheduler.cpp142 std::ofstream output(output_file.c_str(), std::ios::app); in append_files_listing()
445 std::ofstream output(skipped_cookie_path.c_str()); in do_requirements_check()
/freebsd/contrib/lutok/
H A Doperations_test.cpp131 std::ofstream output("test.lua"); in ATF_TEST_CASE_BODY()
152 std::ofstream output("test.lua"); in ATF_TEST_CASE_BODY()
169 std::ofstream output("test.lua"); in ATF_TEST_CASE_BODY()
182 std::ofstream output("test.lua"); in ATF_TEST_CASE_BODY()
208 std::ofstream output("test.lua"); in ATF_TEST_CASE_BODY()
222 std::ofstream output("test.lua"); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/utils/
H A Dstream.cpp67 out.reset(new std::ofstream()); in open_ostream()
72 out.reset(new std::ofstream()); in open_ostream()
77 out.reset(new std::ofstream(path.c_str())); in open_ostream()
H A Dstacktrace.cpp139 std::ofstream gdb_script(gdb_script_path.c_str()); in operator ()()
295 std::ofstream gdb_err(exit_handle.stderr_file().c_str(), std::ios::app); in dump_stacktrace()
/freebsd/contrib/kyua/integration/helpers/
H A Dinterrupts.cpp46 std::ofstream output(cookie.c_str()); in ATF_TEST_CASE_BODY()
54 std::ofstream output(cookie.c_str()); in ATF_TEST_CASE_CLEANUP()
H A Dbad_test_program.cpp42 std::ofstream file(cookie); in main()
H A Drace.cpp79 std::ofstream output(shared_path.c_str()); in main()
/freebsd/contrib/atf/atf-c++/
H A Dcheck_test.cpp93 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY()
108 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY()
123 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY()
140 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY()
155 std::ofstream sfile("test.cpp"); in ATF_TEST_CASE_BODY()
170 std::ofstream sfile("test.cpp"); in ATF_TEST_CASE_BODY()
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dfstream.h32 using ofstream = basic_ofstream<char>; variable
47 class _LIBCPP_PREFERRED_NAME(ofstream) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wofstream)…
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp220 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep()
415 std::ofstream ControlFile(CFPath); in WriteNewControlFile()
/freebsd/contrib/kyua/utils/process/
H A Dexecutor.cpp673 std::ofstream new_stdout(data.stdout_file().c_str()); in post_wait()
676 std::ofstream new_stderr(data.stderr_file().c_str()); in post_wait()
702 std::ofstream new_stdout(data.stdout_file().c_str()); in reap()
705 std::ofstream new_stderr(data.stderr_file().c_str()); in reap()
H A Dsystembuf_test.cpp80 std::ofstream f("test_read.txt"); in test_read()
H A Dexecutor_test.cpp146 std::ofstream control_file(cookie.c_str()); in child_delete_all()
269 std::ofstream pidfile(name.c_str()); in child_spawn_blocking_child()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfstream.cppm
/freebsd/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp75 std::ofstream srcfile("test.cpp"); in header_check()
H A Dfs_test.cpp52 std::ofstream os("files/reg"); in create_files()
379 std::ofstream os(p.c_str()); in ATF_TEST_CASE_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_functional.cpp75 auto Func = []() { std::ofstream ofs{"./file.txt"}; }; in TEST()
/freebsd/contrib/llvm-project/libcxx/include/
H A Diosfwd67 typedef basic_ofstream<char> ofstream;
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp358 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in executeProgram()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp75 std::ofstream os(trace_path.GetPath()); in SaveTraceBundleDescription()

12