Lines Matching refs:command_output_ptr
470 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument
474 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand()
481 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument
485 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand()
491 std::string *command_output_ptr, in RunShellCommand() argument
495 signo_ptr, command_output_ptr, timeout, run_in_shell, in RunShellCommand()
501 int *signo_ptr, std::string *command_output_ptr, in RunShellCommand() argument
531 if (command_output_ptr) { in RunShellCommand()
589 if (command_output_ptr) { in RunShellCommand()
590 command_output_ptr->clear(); in RunShellCommand()
594 if (file_size > command_output_ptr->max_size()) { in RunShellCommand()
601 command_output_ptr->assign(Buffer->GetChars(), in RunShellCommand()