Searched refs:command_output_ptr (Results 1 – 1 of 1) sorted by relevance
1372 std::string *command_output_ptr, in RunShellCommand() argument1403 if (command_output_ptr) in RunShellCommand()1459 if (command_output_ptr) in RunShellCommand()1461 command_output_ptr->clear(); in RunShellCommand()1466 if (file_size > command_output_ptr->max_size()) in RunShellCommand()1472 command_output_ptr->resize(file_size); in RunShellCommand()1473 … file_spec.ReadFileContents(0, &((*command_output_ptr)[0]), command_output_ptr->size(), &error); in RunShellCommand()