Searched defs:PlatformShellCommand (Results 1 – 1 of 1) sorted by relevance
54 struct PlatformShellCommand { struct55 PlatformShellCommand(const char *shell_command = NULL) : in PlatformShellCommand() function66 ~PlatformShellCommand() in ~PlatformShellCommand() argument70 std::string m_command;71 std::string m_working_dir;72 std::string m_output;73 int m_status;74 int m_signo;75 uint32_t m_timeout_sec;