Searched defs:outfile_stream (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp765 StreamFile outfile_stream; local
778 if (outfile_stream.GetFile ().Open (path, open_options).Success())
782 const size_t bytes_written = outfile_stream.Write (data_sp->GetBytes(), bytes_read);
801 // output_stream to our outfile_stream...
802 output_stream = &outfile_stream;

Completed in 47 milliseconds