Searched defs:PlatformShellCommand (Results 1 – 1 of 1) sorted by relevance
52 struct PlatformShellCommand { struct53 PlatformShellCommand(llvm::StringRef shell_interpreter, in PlatformShellCommand() argument62 PlatformShellCommand(llvm::StringRef shell_command = llvm::StringRef()) { in PlatformShellCommand() function69 std::string m_shell;70 std::string m_command;71 std::string m_working_dir;72 std::string m_output;73 int m_status = 0;74 int m_signo = 0;75 Timeout<std::ratio<1>> m_timeout = std::nullopt;