Searched refs:command_stream (Results 1 – 2 of 2) sorted by relevance
2574 StreamString command_stream; in LoadScriptingModule() local2575 command_stream.Printf("if not (sys.path.__contains__('%s')):\n " in LoadScriptingModule()2579 ExecuteMultipleLines(command_stream.GetData(), exc_options).Success(); in LoadScriptingModule()2653 StreamString command_stream; in LoadScriptingModule() local2654 command_stream.Clear(); in LoadScriptingModule()2655 command_stream.Printf("sys.modules.__contains__('%s')", module_name.c_str()); in LoadScriptingModule()2660 command_stream.GetData(), in LoadScriptingModule()2670 command_stream.Clear(); in LoadScriptingModule()2674 command_stream.Printf("import %s ; reload_module(%s)", in LoadScriptingModule()2677 command_stream.Printf("reload_module(%s)", module_name.c_str()); in LoadScriptingModule()[all …]
1019 StreamString command_stream; in RunEnableCommand() local1021 command_stream << "plugin structured-data darwin-log enable"; in RunEnableCommand()1024 command_stream << ' '; in RunEnableCommand()1025 command_stream << enable_options; in RunEnableCommand()1030 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()