Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp465 return RemoveFile(file_spec.GetPath()); in RemoveFile() function in FileSystem
469 Status FileSystem::RemoveFile(const llvm::Twine &path) { RemoveFile() function in FileSystem
/freebsd/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