Home
last modified time | relevance | path

Searched defs:WriteToFile (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIO.cpp63 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() function
67 void WriteToFile(const std::string &Data, const std::string &Path) { in WriteToFile() function
72 void WriteToFile(const uint8_t *Data, size_t Size, const std::string &Path) { in WriteToFile() function
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIO.cpp63 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() function
67 void WriteToFile(const std::string &Data, const std::string &Path) { in WriteToFile() function
72 void WriteToFile(const uint8_t *Data, size_t Size, const std::string &Path) { in WriteToFile() function
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dgenerate_ed25519.cc37 static bool WriteToFile(const std::string &path, const uint8_t *in, in WriteToFile() function
/external/boringssl/src/tool/
Dgenerate_ed25519.cc37 static bool WriteToFile(const std::string &path, const uint8_t *in, in WriteToFile() function
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dgenerate_unittest.py61 def WriteToFile(self, f): member in GenerateTests.testExtraScriptWithWriteContentsFunc.ExtraScript
Dgenerate.py182 def WriteToFile(self, output_file): member in ExtraScript
/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp41 bool CInOutTempBuffer::WriteToFile(const void *data, UInt32 size) in WriteToFile() function in CInOutTempBuffer
/external/webrtc/modules/audio_processing/aec_dump/
Daec_dump_unittest.cc58 TEST(AecDumper, WriteToFile) { in TEST() argument
/external/boringssl/src/util/testresult/
Dtestresult.go78 func (t *Results) WriteToFile(name string) error { func
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp91 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() function
/external/perfetto/tools/compact_reencode/
Dmain.cc47 void WriteToFile(const std::string& out, const char* path) { in WriteToFile() function
/external/perfetto/src/traced/probes/ftrace/
Dftrace_controller.cc87 void WriteToFile(const char* path, const char* str) { in WriteToFile() function
Dftrace_procfs.cc292 bool FtraceProcfs::WriteToFile(const std::string& path, in WriteToFile() function in perfetto::FtraceProcfs
/external/libbrillo/brillo/
Dfile_utils.cc397 bool WriteToFile(const base::FilePath& path, const char* data, size_t size) { in WriteToFile() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc235 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
Dsanitizer_win.cc589 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_rtems.cpp222 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
Dsanitizer_posix.cpp182 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
Dsanitizer_win.cpp747 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
/external/tensorflow/tensorflow/lite/tools/serialization/
Dwriter_lib_test.cc47 void WriteToFile(Interpreter* interpreter, const std::string& filename, in WriteToFile() function in tflite::SingleSubgraphTest