Searched refs:RunShellCommand (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Host/
H A DHost.h455 RunShellCommand (const char *command, // Shouldn't be NULL
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp927 // TODO: Implement "Platform::RunShellCommand()" and switch over to using
933 Error error (Host::RunShellCommand (raw_command_line, working_dir, &status, &signo, &output, 10));
/external/lldb/source/Host/macosx/
H A DSymbols.cpp741 Error error = Host::RunShellCommand (command.GetData(),
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp976 Error error = Host::RunShellCommand ("/usr/bin/xcode-select --print-path",
/external/lldb/source/Host/common/
H A DHost.cpp1354 // Let the thread running Host::RunShellCommand() know that the process
1357 // Now wait for a handshake back from that thread running Host::RunShellCommand
1368 Host::RunShellCommand (const char *command, function in class:Host

Completed in 195 milliseconds