Searched defs:command_output (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Host/macosx/
H A DSymbols.cpp740 std::string command_output; local
745 &command_output, // Command output
748 if (error.Success() && exit_status == 0 && !command_output.empty())
751 (const UInt8 *)command_output.data(),
752 command_output.size(),
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp975 std::string command_output; local
980 &command_output,
983 if (error.Success() && exit_status == 0 && !command_output.empty())
985 const char *cmd_output_ptr = command_output.c_str();

Completed in 189 milliseconds