Searched defs:WriteToFile (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libc/test/src/stdio/ |
H A D | putc_test.cpp | 20 TEST(LlvmLibcPutcTest,WriteToFile) TEST() argument
|
H A D | fscanf_test.cpp | 38 TEST(LlvmLibcFScanfTest,WriteToFile) TEST() argument
|
H A D | fprintf_test.cpp | 36 TEST(LlvmLibcFPrintfTest,WriteToFile) TEST() argument
|
H A D | vfprintf_test.cpp | 49 TEST(LlvmLibcVFPrintfTest,WriteToFile) TEST() argument
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIO.cpp | 71 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/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix.cpp | 194 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
|
H A D | sanitizer_win.cpp | 797 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, WriteToFile() function
|