Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp386 Status Host::RunShellCommand(llvm::StringRef shell_path, in RunShellCommand() argument
392 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand()
407 Status Host::RunShellCommand(llvm::StringRef shell_path, const Args &args, in RunShellCommand() argument
418 if (!shell_path.empty()) in RunShellCommand()
419 shell.SetPath(shell_path); in RunShellCommand()