Home
last modified time | relevance | path

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

/external/bsdiff/
Dpatch_writer.cc165 CompressorInterface* ctrl_stream = nullptr; in Close() local
166 if (!SelectSmallestResult(ctrl_stream_list_, &ctrl_stream) || !ctrl_stream) { in Close()
181 auto ctrl_data = ctrl_stream->GetCompressedData(); in Close()
185 uint8_t types[3] = {static_cast<uint8_t>(ctrl_stream->Type()), in Close()