Searched refs:src_stream (Results 1 – 2 of 2) sorted by relevance
318 puffin::UniqueStreamPtr src_stream(new PuffinExtentStream( in ExecutePuffDiffOperation() local328 puffin::PuffPatch(std::move(src_stream), in ExecutePuffDiffOperation()
334 std::ifstream src_stream(src, std::ios::binary); in Prepare() local335 ASSERT_TRUE(src_stream.good()); in Prepare()339 trg_stream << src_stream.rdbuf(); in Prepare()