Searched refs:command_output_ptr (Results 1 – 1 of 1) sorted by relevance
540 std::string *command_output_ptr, in RunShellCommand() argument544 …return RunShellCommand(Args(command), working_dir, status_ptr, signo_ptr, command_output_ptr, time… in RunShellCommand()552 std::string *command_output_ptr, in RunShellCommand() argument584 if (command_output_ptr) in RunShellCommand()662 if (command_output_ptr) in RunShellCommand()664 command_output_ptr->clear(); in RunShellCommand()668 if (file_size > command_output_ptr->max_size()) in RunShellCommand()677 command_output_ptr->assign(command_output.data(), file_size); in RunShellCommand()