Searched defs:shell_executable (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 135 milliseconds