Searched refs:dst_stream (Results 1 – 1 of 1) sorted by relevance
123 std::ofstream dst_stream(dst, std::ios::binary); in Copy() local125 dst_stream << src_stream.rdbuf(); in Copy()