Home
last modified time | relevance | path

Searched refs:fout (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dftrace_data_reader_test.cpp41 std::ofstream fout(path_);
43 fout.write(data.data(), data.size());
H A Dfile_utils_test.cpp38 std::ofstream fout(path_);
39 fout << data_;
/developtools/smartperf_host/trace_streamer/src/base/
H A Dfile.cpp203 FILE *fout = fopen(writefile.c_str(), "wb"); in LocalUnzip() local
204 if (fwrite(buf, (unsigned)err, 1, fout) != 1) { in LocalUnzip()
209 fclose(fout); in LocalUnzip()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h102902 uint64_t fout; global() member
[all...]

Completed in 416 milliseconds