Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIO.h79 void RemoveFile(const std::string &Path);
H A DFuzzerMerge.cpp265 RemoveFile(CFPath); in WriteNewControlFile()
387 RemoveFile(CFPath); in CrashResistantMerge()
H A DFuzzerIOPosix.cpp98 void RemoveFile(const std::string &Path) { in RemoveFile() function
H A DFuzzerDriver.cpp346 RemoveFile(TmpFilePath); in CleanseCrashInput()
359 RemoveFile(LogFilePath); in CleanseCrashInput()
446 RemoveFile(LogFilePath); in MinimizeCrashInput()
H A DFuzzerIOWindows.cpp160 void RemoveFile(const std::string &Path) { in RemoveFile() function
H A DFuzzerCorpus.h205 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1))); in DeleteFile()