Searched refs:shell_cmd (Results 1 – 2 of 2) sorted by relevance
609 shell_cmd[] = "cmd.exe"; variable648 if (len + sizeof(shell_cmd) > sizeof(shellbuf)) { in get_shell()652 my_strlcat(shellbuf, shell_cmd, sizeof(shellbuf)); in get_shell()653 len += sizeof(shell_cmd)-1; in get_shell()
690 shell_cmd = lldb.SBPlatformShellCommand(692 lldb.remote_platform.Run(shell_cmd)