Searched defs:PlatformShellCommand (Results 1 – 1 of 1) sorted by relevance
49 struct PlatformShellCommand { struct50 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() function59 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand() function66 std::string m_shell;67 std::string m_command;68 std::string m_working_dir;69 std::string m_output;70 int m_status = 0;71 int m_signo = 0;72 Timeout<std::ratio<1>> m_timeout = std::nullopt;