Home
last modified time | relevance | path

Searched refs:new_sink_stream (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/courgette/third_party/
Dbsdiff_apply.cc194 SinkStream new_sink_stream; in ApplyBinaryPatch() local
197 &new_sink_stream); in ApplyBinaryPatch()
205 reinterpret_cast<const char*>(new_sink_stream.Buffer()), in ApplyBinaryPatch()
206 static_cast<int>(new_sink_stream.Length())); in ApplyBinaryPatch()
207 if (written != static_cast<int>(new_sink_stream.Length())) in ApplyBinaryPatch()
/external/chromium_org/courgette/
Densemble_apply.cc410 SinkStream new_sink_stream; in ApplyEnsemblePatch() local
412 &new_sink_stream); in ApplyEnsemblePatch()
421 reinterpret_cast<const char*>(new_sink_stream.Buffer()), in ApplyEnsemblePatch()
422 static_cast<int>(new_sink_stream.Length())); in ApplyEnsemblePatch()
425 if (static_cast<size_t>(written) != new_sink_stream.Length()) in ApplyEnsemblePatch()