Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/stdio/
H A Dfprintf_test.cpp21 TEST(LlvmLibcFPrintfTest, WriteToFile) { in TEST() argument
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp71 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() function
75 void WriteToFile(const std::string &Data, const std::string &Path) { in WriteToFile() function
80 void WriteToFile(const uint8_t *Data, size_t Size, const std::string &Path) { in WriteToFile() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp185 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
H A Dsanitizer_win.cpp785 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function