Lines Matching defs:ostrm
214 Stream &ostrm = result.GetOutputStream();
215 ostrm.Printf("Available platforms:\n");
218 ostrm.Format("{0}: {1}\n", host_platform_sp->GetPluginName(),
229 ostrm.Format("{0}: {1}\n", plugin_name, plugin_desc);
251 Stream &ostrm = result.GetOutputStream();
262 platform_sp->GetStatus(ostrm);
285 Stream &ostrm = result.GetOutputStream();
292 platform_sp->GetStatus(ostrm);
348 Stream &ostrm = result.GetOutputStream();
350 ostrm.Format("Disconnected from \"{0}\"\n",
353 ostrm.Printf("Disconnected from \"%s\"\n", hostname.c_str());
1236 Stream &ostrm = result.GetOutputStream();
1242 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args,
1244 proc_info.DumpAsTableRow(ostrm, platform_sp->GetUserIDResolver(),
1298 ProcessInstanceInfo::DumpTableHeader(ostrm, m_options.show_args,
1302 ostrm, platform_sp->GetUserIDResolver(), m_options.show_args,
1487 Stream &ostrm = result.GetOutputStream();
1497 ostrm.Printf("Process information for process %" PRIu64 ":\n",
1499 proc_info.Dump(ostrm, platform_sp->GetUserIDResolver());
1501 ostrm.Printf("error: no process information is available for "
1505 ostrm.EOL();