Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp972 llvm::SmallString<128> PathRead; in CopyFile() local
973 llvm::sys::path::native(FilePath, PathRead); in CopyFile()
975 std::error_code FileErr = llvm::sys::fs::copy_file(PathRead, PathWrite); in CopyFile()