OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ofstream
(Results
1 - 25
of
38
) sorted by relevancy
1
2
/src/external/bsd/kyua-cli/dist/integration/helpers/
interrupts.cpp
46
std::
ofstream
output(cookie.c_str());
54
std::
ofstream
output(cookie.c_str());
bad_test_program.cpp
42
std::
ofstream
file(cookie);
/src/external/bsd/kyua-cli/dist/engine/
test_case_atf_helpers.cpp
68
std::
ofstream
file((control_dir / name).c_str());
85
std::
ofstream
cookie("workdir_cookie");
96
std::
ofstream
((control_dir / "missing_cookie").c_str()).close();
103
std::
ofstream
((control_dir / "invalid_cookie").c_str()).close();
107
std::
ofstream
((control_dir / "cookie_ok").c_str()).close();
118
std::
ofstream
file("cookie");
156
std::
ofstream
file("cookie");
213
std::
ofstream
pidfile(name.c_str());
test_case_plain_helpers.cpp
104
std::
ofstream
pidfile(name.c_str());
122
std::
ofstream
file((control_dir / "cookie").c_str());
/src/external/bsd/kyua-cli/dist/cli/
cmd_report.hpp
66
std::unique_ptr< std::
ofstream
> _output_file;
cmd_report.cpp
269
_output_file.reset(new std::
ofstream
(path_.c_str()));
/src/external/bsd/atf/dist/tools/
atffile_test.cpp
56
std::unique_ptr< std::
ofstream
>
59
std::unique_ptr< std::
ofstream
> os(new std::
ofstream
("Atffile"));
70
std::
ofstream
os(name);
522
std::unique_ptr< std::
ofstream
> os = new_atffile();
552
std::unique_ptr< std::
ofstream
> os = new_atffile();
579
std::unique_ptr< std::
ofstream
> os = new_atffile();
592
std::unique_ptr< std::
ofstream
> os = new_atffile();
misc_helpers.cpp
58
std::
ofstream
os(path.c_str());
237
std::
ofstream
os("oldvalue");
fs_test.cpp
53
std::
ofstream
os(name);
64
std::
ofstream
os("files/reg");
391
std::
ofstream
os(p.c_str());
atf-report.cpp
57
osp = ostream_ptr(new std::
ofstream
("/dev/stdout"));
59
osp = ostream_ptr(new std::
ofstream
(path.c_str()));
io_test.cpp
95
std::
ofstream
f("test_read.txt");
/src/external/bsd/kyua-cli/dist/utils/logging/
operations.cpp
99
static std::unique_ptr< std::
ofstream
> logfile;
232
logfile.reset(new std::
ofstream
(path.c_str()));
/src/external/bsd/atf/dist/atf-c++/detail/
test_helpers.cpp
78
std::
ofstream
srcfile("test.cpp");
fs_test.cpp
55
std::
ofstream
os("files/reg");
382
std::
ofstream
os(p.c_str());
/src/external/bsd/lutok/dist/
operations_test.cpp
131
std::
ofstream
output("test.lua");
148
std::
ofstream
output("test.lua");
161
std::
ofstream
output("test.lua");
187
std::
ofstream
output("test.lua");
/src/external/bsd/atf/dist/atf-c++/
check_test.cpp
98
std::
ofstream
sfile("test.c");
113
std::
ofstream
sfile("test.c");
128
std::
ofstream
sfile("test.c");
145
std::
ofstream
sfile("test.c");
160
std::
ofstream
sfile("test.cpp");
175
std::
ofstream
sfile("test.cpp");
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.cpp
224
std::
ofstream
OF(CFPath, std::
ofstream
::out | std::
ofstream
::app);
266
std::
ofstream
ControlFile(CFPath);
369
std::
ofstream
SummaryOut(CoverageSummaryOutputPathOrNull);
/src/external/bsd/jemalloc/dist/test/stress/pa/
pa_data_preprocessor.cpp
253
write_output_header(std::
ofstream
&output) {
258
write_output_event(std::
ofstream
&output, int shard_ind, int operation,
274
std::
ofstream
output(output_filename);
/src/external/bsd/kyua-cli/dist/utils/process/
systembuf_test.cpp
80
std::
ofstream
f("test_read.txt");
/src/external/bsd/elftosb/dist/encryptgpk/
encryptgpk.cpp
315
std::
ofstream
outputStream(m_outputPath.c_str(), std::ios_base::out | std::ios_base::trunc);
373
void writeCArray(std::
ofstream
& stream, const Blob & data)
/src/external/bsd/elftosb/dist/keygen/
keygen.cpp
257
std::
ofstream
outputStream(path.c_str(), std::ios_base::binary | std::ios_base::out | std::ios_base::trunc);
/src/external/bsd/kyua-cli/dist/store/
backend.cpp
222
std::
ofstream
output(target.c_str());
/src/external/bsd/zstd/dist/contrib/gen_html/
gen_html.cpp
89
ofstream
ostream;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_libc_test.cc
177
std::
ofstream
f(file_name_, std::ios::out | std::ios::binary);
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark.cc
354
std::
ofstream
output_file;
Completed in 33 milliseconds
1
2
Indexes created Tue Jun 16 00:25:01 UTC 2026