Searched refs:PathRead (Results 1 – 1 of 1) sorted by relevance
972 llvm::SmallString<128> PathRead; in CopyFile() local973 llvm::sys::path::native(FilePath, PathRead); in CopyFile()975 std::error_code FileErr = llvm::sys::fs::copy_file(PathRead, PathWrite); in CopyFile()