Home
last modified time | relevance | path

Searched refs:shell_executable (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Target/
DProcess.cpp494 const char *shell_executable = GetShell(); in ConvertArgumentsForLaunchingInShell() local
495 if (shell_executable) in ConvertArgumentsForLaunchingInShell()
501 FileSpec shell_filespec (shell_executable, true); in ConvertArgumentsForLaunchingInShell()
508 error.SetErrorStringWithFormat("invalid shell path '%s'", shell_executable); in ConvertArgumentsForLaunchingInShell()
513 shell_executable = shell_resolved_path; in ConvertArgumentsForLaunchingInShell()
521 shell_arguments.AppendArgument (shell_executable); in ConvertArgumentsForLaunchingInShell()
598 m_executable.SetFile(shell_executable, false); in ConvertArgumentsForLaunchingInShell()