Searched refs:shell_command (Results 1 – 4 of 4) sorted by relevance
54 llvm::StringRef shell_command) { in PlatformShellCommand()58 if (!m_shell.empty() && !shell_command.empty()) in PlatformShellCommand()59 m_command = shell_command.str(); in PlatformShellCommand()62 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand()63 if (!shell_command.empty()) in PlatformShellCommand()64 m_command = shell_command.str(); in PlatformShellCommand()167 const char *shell_command) in SBPlatformShellCommand() argument168 : m_opaque_ptr(new PlatformShellCommand(shell_interpreter, shell_command)) { in SBPlatformShellCommand()169 LLDB_INSTRUMENT_VA(this, shell_interpreter, shell_command); in SBPlatformShellCommand()172 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() argument[all …]
255 StreamString shell_command; in ConvertArgumentsForLaunchingInShell() local284 shell_command.PutCString(new_path); in ConvertArgumentsForLaunchingInShell()289 shell_command.PutCString("exec"); in ConvertArgumentsForLaunchingInShell()299 shell_command.Printf(" /usr/bin/arch -arch %s", in ConvertArgumentsForLaunchingInShell()318 shell_command.Printf("%s", argv[0]); in ConvertArgumentsForLaunchingInShell()327 shell_command.PutCString(" "); in ConvertArgumentsForLaunchingInShell()328 shell_command.PutCString(safe_arg); in ConvertArgumentsForLaunchingInShell()331 shell_arguments.AppendArgument(shell_command.GetString()); in ConvertArgumentsForLaunchingInShell()
58 SBPlatformShellCommand(const char *shell, const char *shell_command);59 SBPlatformShellCommand(const char *shell_command);75 void SetCommand(const char *shell_command);152 SBError Run(SBPlatformShellCommand &shell_command);
2048 atf_add_test_case shell_command