Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp969 llvm::SmallString<128> PathWrite; in CopyFile() local
970 llvm::sys::path::native(OutDirectory, PathWrite); in CopyFile()
971 llvm::sys::path::append(PathWrite, llvm::sys::path::filename(FilePath)); in CopyFile()
975 std::error_code FileErr = llvm::sys::fs::copy_file(PathRead, PathWrite); in CopyFile()