Home
last modified time | relevance | path

Searched refs:AppendToFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp88 void AppendToFile(const std::string &Data, const std::string &Path) { in AppendToFile() function
89 AppendToFile(reinterpret_cast<const uint8_t *>(Data.data()), Data.size(), in AppendToFile()
93 void AppendToFile(const uint8_t *Data, size_t Size, const std::string &Path) { in AppendToFile() function
H A DFuzzerIO.h32 void AppendToFile(const uint8_t *Data, size_t Size, const std::string &Path);
33 void AppendToFile(const std::string &Data, const std::string &Path);
H A DFuzzerLoop.cpp505 AppendToFile(OutputString, MutationGraphFile); in WriteEdgeToMutationGraphFile()