Searched defs:ExecutableInstaller (Results 1 – 1 of 1) sorted by relevance
83 struct ExecutableInstaller { struct85 ExecutableInstaller(PlatformSP platform, ModuleSP module) in ExecutableInstaller() function90 void setupRemoteFile() const { m_module->SetPlatformFileSpec(m_remote_file); } in setupRemoteFile()92 PlatformSP m_platform;93 ModuleSP m_module;94 const FileSpec m_local_file;95 const FileSpec m_remote_file;