Home
last modified time | relevance | path

Searched refs:CopyFile (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp968 static llvm::Error CopyFile(StringRef FilePath, StringRef OutDirectory) { in CopyFile() function
994 Err = CopyFile(FilePath, CDCtx.OutDirectory); in createResources()
999 Err = CopyFile(FilePath, CDCtx.OutDirectory); in createResources()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp2446 TEST_F(FileSystemTest, CopyFile) { in TEST_F() argument