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