Home
last modified time | relevance | path

Searched refs:RemoveFile (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp80 RemoveFile(CFPath); in ~FuzzJob()
81 RemoveFile(LogPath); in ~FuzzJob()
82 RemoveFile(SeedListPath); in ~FuzzJob()
324 RemoveFile(CFPath); in FuzzWithFork()
H A DFuzzerIO.h101 void RemoveFile(const std::string &Path);
H A DFuzzerIOPosix.cpp123 void RemoveFile(const std::string &Path) { in RemoveFile() function
H A DFuzzerIO.cpp199 [](const std::string &Path) { RemoveFile(Path); }); in RmDirRecursive()
H A DFuzzerUtilFuchsia.cpp527 RemoveFile(LogFilePath); in ExecuteCommand()
H A DFuzzerIOWindows.cpp230 void RemoveFile(const std::string &Path) { in RemoveFile() function
H A DFuzzerMerge.cpp285 RemoveFile(CFPath); in WriteNewControlFile()
H A DFuzzerDriver.cpp390 RemoveFile(TmpFilePath); in CleanseCrashInput()
529 RemoveFile(CFPath); in Merge()
H A DFuzzerCorpus.h346 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1))); in DeleteFile()