Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp80 RemoveFile(CFPath); in ~FuzzJob()
81 RemoveFile(LogPath); in ~FuzzJob()
82 RemoveFile(SeedListPath); in ~FuzzJob()
353 RemoveFile(CFPath); in FuzzWithFork()
416 RemoveFile(CFPath); in FuzzWithFork()
H A DFuzzerIO.h105 void RemoveFile(const std::string &Path);
H A DFuzzerIOPosix.cpp122 void RemoveFile(const std::string &Path) { in RemoveFile() function
H A DFuzzerIO.cpp207 [](const std::string &Path) { RemoveFile(Path); }); in RmDirRecursive()
H A DFuzzerUtilFuchsia.cpp533 RemoveFile(LogFilePath); in ExecuteCommand()
H A DFuzzerIOWindows.cpp229 void RemoveFile(const std::string &Path) { in RemoveFile() function
H A DFuzzerDriver.cpp391 RemoveFile(TmpFilePath); in CleanseCrashInput()
531 RemoveFile(CFPath); in Merge()
H A DFuzzerMerge.cpp410 RemoveFile(CFPath); in WriteNewControlFile()
H A DFuzzerCorpus.h349 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1))); in DeleteFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFileSystem.h139 Status RemoveFile(const FileSpec &file_spec);
140 Status RemoveFile(const llvm::Twine &path);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp477 Status FileSystem::RemoveFile(const FileSpec &file_spec) { in RemoveFile() function in FileSystem
478 return RemoveFile(file_spec.GetPath()); in RemoveFile()
481 Status FileSystem::RemoveFile(const llvm::Twine &path) { in RemoveFile() function in FileSystem
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp163 return fs.RemoveFile(cache_file); in RemoveCacheFile()