Searched refs:fileOutStream (Results 1 – 1 of 1) sorted by relevance
416 std::fstream& fileOutStream = *fsOut; variable417 CopyFileStream(fileStream, fileOutStream);432 fileOutStream.seekg(range.first, std::ios::beg);434 fileOutStream.write(reinterpret_cast<char *>(buf.data()), range.second);436 fileOutStream.seekg(0);437 fileOutStream.close();