Home
last modified time | relevance | path

Searched defs:shell_command (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBPlatform.cpp178 const char *shell_command) in SBPlatformShellCommand()
184 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand()
247 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand()
581 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dpackage_targets.py26 shell_command, argument
Dartifact_targets.py28 shell_command, argument
Ddistribtest_targets.py26 shell_command, argument
/external/grpc-grpc/tools/run_tests/artifacts/
Dpackage_targets.py26 shell_command, argument
Dartifact_targets.py28 shell_command, argument
Ddistribtest_targets.py26 shell_command, argument
/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp264 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local