Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerFork.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()
HDFuzzerIO.h106 void RemoveFile(const std::string &Path);
HDFuzzerIOPosix.cpp122 void RemoveFile(const std::string &Path) { in RemoveFile() function
HDFuzzerIO.cpp212 [](const std::string &Path) { RemoveFile(Path); }); in RmDirRecursive()
HDFuzzerIOWindows.cpp229 void RemoveFile(const std::string &Path) { in RemoveFile() function
HDFuzzerUtilFuchsia.cpp583 RemoveFile(LogFilePath); in ExecuteCommand()
HDFuzzerDriver.cpp395 RemoveFile(TmpFilePath); in CleanseCrashInput()
534 RemoveFile(CFPath); in Merge()
HDFuzzerMerge.cpp414 RemoveFile(CFPath); in WriteNewControlFile()
HDFuzzerCorpus.h350 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1))); in DeleteFile()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDFileSystem.h149 Status RemoveFile(const FileSpec &file_spec);
150 Status RemoveFile(const llvm::Twine &path);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDFileSystem.cpp464 Status FileSystem::RemoveFile(const FileSpec &file_spec) { in RemoveFile() function in FileSystem
465 return RemoveFile(file_spec.GetPath()); in RemoveFile()
468 Status FileSystem::RemoveFile(const llvm::Twine &path) { in RemoveFile() function in FileSystem
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDataFileCache.cpp163 return fs.RemoveFile(cache_file); in RemoveCacheFile()