Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
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()