Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/python/perfetto/trace_processor/
Dshell.py25 shell_path = get_loader().get_shell_path(bin_path=bin_path)
27 p = subprocess.Popen([shell_path, '-D', '--http-port', port],
/external/llvm-project/lldb/source/Host/common/
DHost.cpp480 Status Host::RunShellCommand(llvm::StringRef shell_path, in RunShellCommand() argument
486 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand()
501 Status Host::RunShellCommand(llvm::StringRef shell_path, const Args &args, in RunShellCommand() argument
512 if (!shell_path.empty()) in RunShellCommand()
513 shell.SetPath(shell_path); in RunShellCommand()