Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp467 std::string *command_output_ptr, in RunShellCommand() argument
471 command_output_ptr, timeout, run_in_default_shell); in RunShellCommand()
476 std::string *command_output_ptr, in RunShellCommand() argument
501 if (command_output_ptr) { in RunShellCommand()
557 if (command_output_ptr) { in RunShellCommand()
558 command_output_ptr->clear(); in RunShellCommand()
562 if (file_size > command_output_ptr->max_size()) { in RunShellCommand()
569 command_output_ptr->assign(Buffer->GetChars(), in RunShellCommand()