Searched refs:RemoveFile (Results 1 – 12 of 12) sorted by relevance
80 RemoveFile(CFPath); in ~FuzzJob()81 RemoveFile(LogPath); in ~FuzzJob()82 RemoveFile(SeedListPath); in ~FuzzJob()353 RemoveFile(CFPath); in FuzzWithFork()416 RemoveFile(CFPath); in FuzzWithFork()
106 void RemoveFile(const std::string &Path);
122 void RemoveFile(const std::string &Path) { in RemoveFile() function
212 [](const std::string &Path) { RemoveFile(Path); }); in RmDirRecursive()
229 void RemoveFile(const std::string &Path) { in RemoveFile() function
583 RemoveFile(LogFilePath); in ExecuteCommand()
395 RemoveFile(TmpFilePath); in CleanseCrashInput()534 RemoveFile(CFPath); in Merge()
414 RemoveFile(CFPath); in WriteNewControlFile()
350 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1))); in DeleteFile()
149 Status RemoveFile(const FileSpec &file_spec);150 Status RemoveFile(const llvm::Twine &path);
464 Status FileSystem::RemoveFile(const FileSpec &file_spec) {465 return RemoveFile(file_spec.GetPath()); in RemoveFile() function in FileSystem 468 Status FileSystem::RemoveFile(const llvm::Twine &path) {469 Status FileSystem::RemoveFile(const llvm::Twine &path) { RemoveFile() function in FileSystem
163 return fs.RemoveFile(cache_file); in RemoveCacheFile()