Searched refs:command_stream (Results 1 – 2 of 2) sorted by relevance
2394 StreamString command_stream; in RunScriptFormatKeyword() 2395 command_stream.Printf("if not (sys.path.__contains__('%s')):\n " in RunScriptFormatKeyword() 2399 ExecuteMultipleLines(command_stream.GetData(), exc_options).Success(); in RunScriptFormatKeyword() 2471 StreamString command_stream; in LoadScriptingModule() 2472 command_stream.Clear(); in LoadScriptingModule() 2473 command_stream.Printf("sys.modules.__contains__('%s')", module_name.c_str()); in LoadScriptingModule() 2478 command_stream.GetData(), in LoadScriptingModule() 2488 command_stream.Clear(); in LoadScriptingModule() 2492 command_stream.Printf("import %s ; reload_module(%s)", in LoadScriptingModule() 2495 command_stream in LoadScriptingModule() 2501 StreamString command_stream; LoadScriptingModule() local 2580 StreamString command_stream; LoadScriptingModule() local 2650 StreamString command_stream; IsReservedWord() local [all...]
1021 StreamString command_stream; in RunEnableCommand() local1023 command_stream << "plugin structured-data darwin-log enable"; in RunEnableCommand()1026 command_stream << ' '; in RunEnableCommand()1027 command_stream << enable_options; in RunEnableCommand()1032 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()