Home
last modified time | relevance | path

Searched refs:command_output_ptr (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp540 std::string *command_output_ptr, in RunShellCommand() argument
544 …return RunShellCommand(Args(command), working_dir, status_ptr, signo_ptr, command_output_ptr, time… in RunShellCommand()
552 std::string *command_output_ptr, in RunShellCommand() argument
584 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()