Home
last modified time | relevance | path

Searched refs:CopyFileToErr (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/test/fuzzer/
H A DBigFileCopy.cpp25 fuzzer::CopyFileToErr(FileName); in LLVMFuzzerTestOneInput()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h25 void CopyFileToErr(const std::string &Path);
H A DFuzzerIO.cpp67 void CopyFileToErr(const std::string &Path) { in CopyFileToErr() function
H A DFuzzerDriver.cpp250 fuzzer::CopyFileToErr(Log); in WorkerThread()