Home
last modified time | relevance | path

Searched defs:RemoveFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp122 void RemoveFile(const std::string &Path) { in RemoveFile() function
H A DFuzzerIOWindows.cpp229 void RemoveFile(const std::string &Path) { in RemoveFile() function
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp464 Status FileSystem::RemoveFile(const FileSpec &file_spec) { in RemoveFile() function in FileSystem
468 Status FileSystem::RemoveFile(const llvm::Twine &path) { in RemoveFile() function in FileSystem