Searched refs:commands_stream (Results 1 – 1 of 1) sorted by relevance
482 SBStream commands_stream; in MainLoop() local486 WriteCommandsForSourcing(eCommandPlacementBeforeFile, commands_stream); in MainLoop()496 commands_stream.Printf("target create --arch=%s %s", arch_name, in MainLoop()499 commands_stream.Printf("target create %s", in MainLoop()503 commands_stream.Printf(" --core %s", in MainLoop()506 commands_stream.Printf("\n"); in MainLoop()509 commands_stream.Printf("settings set -- target.run-args "); in MainLoop()511 commands_stream.Printf( in MainLoop()513 commands_stream.Printf("\n"); in MainLoop()516 commands_stream.Printf("target create --core %s\n", in MainLoop()[all …]