/freebsd/contrib/kyua/engine/ |
H A D | atf_helpers.cpp | 79 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 D | plain_helpers.cpp | 150 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 D | tap_helpers.cpp | 149 std::ofstream file((control_dir / "cookie").c_str()); in test_timeout()
|
H A D | tap_parser_test.cpp | 56 std::ofstream output("tap.txt"); in do_parse()
|
H A D | atf_result_test.cpp | 243 std::ofstream output("result.txt"); in ATF_TEST_CASE_BODY() 269 std::ofstream output("abc.txt"); in ATF_TEST_CASE_BODY()
|
H A D | scheduler.cpp | 142 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 D | operations_test.cpp | 131 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 D | stream.cpp | 67 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 D | stacktrace.cpp | 139 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 D | interrupts.cpp | 46 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 D | bad_test_program.cpp | 42 std::ofstream file(cookie); in main()
|
H A D | race.cpp | 79 std::ofstream output(shared_path.c_str()); in main()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | check_test.cpp | 93 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 D | fstream.h | 32 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 D | FuzzerMerge.cpp | 220 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 D | executor.cpp | 673 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 D | systembuf_test.cpp | 80 std::ofstream f("test_read.txt"); in test_read()
|
H A D | executor_test.cpp | 146 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 D | fstream.cppm |
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | test_helpers.cpp | 75 std::ofstream srcfile("test.cpp"); in header_check()
|
H A D | fs_test.cpp | 52 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 D | rtsan_test_functional.cpp | 75 auto Func = []() { std::ofstream ofs{"./file.txt"}; }; in TEST()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | iosfwd | 67 typedef basic_ofstream<char> ofstream;
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 358 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in executeProgram()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleSaver.cpp | 75 std::ofstream os(trace_path.GetPath()); in SaveTraceBundleDescription()
|