Searched refs:PathWrite (Results 1 – 1 of 1) sorted by relevance
969 llvm::SmallString<128> PathWrite; in CopyFile() local970 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()