Searched defs:PlatformShellCommand (Results 1 – 1 of 1) sorted by relevance
54 struct PlatformShellCommand { struct55 PlatformShellCommand(const char *shell_command = NULL) in PlatformShellCommand() argument61 ~PlatformShellCommand() {} in ~PlatformShellCommand() argument63 std::string m_command;64 std::string m_working_dir;65 std::string m_output;66 int m_status;67 int m_signo;68 Timeout<std::ratio<1>> m_timeout = llvm::None;