Home
last modified time | relevance | path

Searched refs:OSystem_POSIX (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/residualvm/residualvm-0.3.1/backends/platform/sdl/posix/
H A Dposix.cpp52 OSystem_POSIX::OSystem_POSIX(Common::String baseConfigName) in OSystem_POSIX() function in OSystem_POSIX
57 void OSystem_POSIX::init() { in init()
70 void OSystem_POSIX::initBackend() { in initBackend()
84 bool OSystem_POSIX::hasFeature(Feature f) { in hasFeature()
90 Common::String OSystem_POSIX::getDefaultConfigFileName() { in getDefaultConfigFileName()
148 void OSystem_POSIX::addSysArchivesToSearchSet(Common::SearchSet &s, int priority) { in addSysArchivesToSearchSet()
166 Common::WriteStream *OSystem_POSIX::createLogFile() { in createLogFile()
217 bool OSystem_POSIX::displayLogFile() { in displayLogFile()
268 bool OSystem_POSIX::openUrl(const Common::String &url) { in openUrl()
305 bool OSystem_POSIX::launchBrowser(const Common::String& client, const Common::String &url) { in launchBrowser()
[all …]
H A Dposix-main.cpp34 g_system = new OSystem_POSIX(); in main()
38 ((OSystem_POSIX *)g_system)->init(); in main()
48 delete (OSystem_POSIX *)g_system; in main()
H A Dposix.h28 class OSystem_POSIX : public OSystem_SDL {
31 OSystem_POSIX(Common::String baseConfigName = "residualvm.ini");
32 virtual ~OSystem_POSIX() {} in ~OSystem_POSIX()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/sdl/posix/
H A Dposix.cpp63 OSystem_POSIX::OSystem_POSIX(Common::String baseConfigName) in OSystem_POSIX() function in OSystem_POSIX
68 void OSystem_POSIX::init() { in init()
81 void OSystem_POSIX::initBackend() { in initBackend()
100 bool OSystem_POSIX::hasFeature(Feature f) { in hasFeature()
110 Common::String OSystem_POSIX::getDefaultConfigFileName() { in getDefaultConfigFileName()
168 Common::String OSystem_POSIX::getXdgUserDir(const char *name) { in getXdgUserDir()
236 Common::String OSystem_POSIX::getScreenshotsPath() { in getScreenshotsPath()
281 Common::String OSystem_POSIX::getDefaultLogFileName() { in getDefaultLogFileName()
306 bool OSystem_POSIX::displayLogFile() { in displayLogFile()
357 bool OSystem_POSIX::openUrl(const Common::String &url) { in openUrl()
[all …]
H A Dposix.h28 class OSystem_POSIX : public OSystem_SDL {
31 OSystem_POSIX(Common::String baseConfigName = "scummvm.ini");
32 virtual ~OSystem_POSIX() {} in ~OSystem_POSIX()
H A Dposix-main.cpp34 g_system = new OSystem_POSIX(); in main()
38 ((OSystem_POSIX *)g_system)->init(); in main()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/sdl/posix/
H A Dposix.cpp64 void OSystem_POSIX::init() { in init()
82 void OSystem_POSIX::initBackend() { in initBackend()
101 bool OSystem_POSIX::hasFeature(Feature f) { in hasFeature()
115 Common::String OSystem_POSIX::getDefaultConfigFileName() { in getDefaultConfigFileName()
171 Common::String OSystem_POSIX::getXdgUserDir(const char *name) { in getXdgUserDir()
239 Common::String OSystem_POSIX::getScreenshotsPath() { in getScreenshotsPath()
266 void OSystem_POSIX::addSysArchivesToSearchSet(Common::SearchSet &s, int priority) { in addSysArchivesToSearchSet()
284 Common::String OSystem_POSIX::getDefaultLogFileName() { in getDefaultLogFileName()
309 bool OSystem_POSIX::displayLogFile() { in displayLogFile()
361 bool OSystem_POSIX::openUrl(const Common::String &url) { in openUrl()
[all …]
/dports/games/residualvm/residualvm-0.3.1/backends/platform/sdl/macosx/
H A Dmacosx.cpp48 OSystem_POSIX("Library/Preferences/ResidualVM Preferences") { in OSystem_MacOSX()
61 OSystem_POSIX::init(); in init()
88 OSystem_POSIX::initBackend(); in initBackend()
93 OSystem_POSIX::addSysArchivesToSearchSet(s, priority); in addSysArchivesToSearchSet()
112 return OSystem_POSIX::hasFeature(f); in hasFeature()
184 return OSystem_POSIX::getSystemLanguage(); in getSystemLanguage()
186 return OSystem_POSIX::getSystemLanguage(); in getSystemLanguage()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/sdl/macosx/
H A Dmacosx.cpp50 OSystem_POSIX("Library/Preferences/ScummVM Preferences") { in OSystem_MacOSX()
72 OSystem_POSIX::init(); in init()
96 OSystem_POSIX::initBackend(); in initBackend()
101 OSystem_POSIX::addSysArchivesToSearchSet(s, priority); in addSysArchivesToSearchSet()
126 return OSystem_POSIX::hasFeature(f); in hasFeature()
202 return OSystem_POSIX::getSystemLanguage(); in getSystemLanguage()
204 return OSystem_POSIX::getSystemLanguage(); in getSystemLanguage()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/sdl/macosx/
H A Dmacosx.cpp89 OSystem_POSIX::init(); in init()
113 OSystem_POSIX::initBackend(); in initBackend()
124 OSystem_POSIX::addSysArchivesToSearchSet(s, priority); in addSysArchivesToSearchSet()
150 return OSystem_POSIX::hasFeature(f); in hasFeature()
226 return OSystem_POSIX::getSystemLanguage(); in getSystemLanguage()
228 return OSystem_POSIX::getSystemLanguage(); in getSystemLanguage()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/androidsdl/
H A Dandroidsdl-sdl.cpp62 OSystem_POSIX::initBackend(); in initBackend()
116 OSystem_POSIX::setFeatureState(f, enable); in setFeatureState()
136 return OSystem_POSIX::getFeatureState(f); in getFeatureState()
147 f == OSystem_POSIX::getFeatureState(f)); in hasFeature()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/androidsdl/
H A Dandroidsdl-sdl.cpp62 OSystem_POSIX::initBackend(); in initBackend()
114 OSystem_POSIX::setFeatureState(f, enable); in setFeatureState()
131 return OSystem_POSIX::getFeatureState(f); in getFeatureState()
142 f == OSystem_POSIX::getFeatureState(f)); in hasFeature()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/maemo/
H A Dmaemo.cpp44 OSystem_POSIX() { in OSystem_SDL_Maemo()
58 OSystem_POSIX::init(); in init()
78 OSystem_POSIX::initBackend(); in initBackend()
152 KeymapArray globalMaps = OSystem_POSIX::getGlobalKeymaps(); in getGlobalKeymaps()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/openpandora/
H A Dop-backend.cpp52 OSystem_POSIX() { in OSystem_OP()
138 OSystem_POSIX::initBackend(); in initBackend()
184 OSystem_POSIX::quit(); in quit()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/openpandora/
H A Dop-backend.cpp52 OSystem_POSIX() { in OSystem_OP()
138 OSystem_POSIX::initBackend(); in initBackend()
187 OSystem_POSIX::quit(); in quit()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/samsungtv/
H A Dsamsungtv.cpp36 OSystem_POSIX("/mtd_rwarea/.scummvmrc") { in OSystem_SDL_SamsungTV()
53 OSystem_POSIX::initBackend(); in initBackend()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/gph/
H A Dgph-backend.cpp53 OSystem_POSIX() { in OSystem_GPH()
150 OSystem_POSIX::initBackend(); in initBackend()
207 OSystem_POSIX::quit(); in quit()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/gph/
H A Dgph-backend.cpp53 OSystem_POSIX() { in OSystem_GPH()
150 OSystem_POSIX::initBackend(); in initBackend()
210 OSystem_POSIX::quit(); in quit()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/maemo/
H A Dmaemo.cpp43 OSystem_POSIX() { in OSystem_SDL_Maemo()
89 OSystem_POSIX::init(); in init()
118 OSystem_POSIX::initBackend(); in initBackend()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/dingux/
H A Ddingux.h34 class OSystem_SDL_Dingux : public OSystem_POSIX {
H A Ddingux.cpp40 OSystem_POSIX::initBackend(); in initBackend()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/webos/
H A Dwebos.h29 class OSystem_SDL_WebOS : public OSystem_POSIX {
H A Dwebos.cpp33 OSystem_POSIX() { in OSystem_SDL_WebOS()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/linuxmoto/
H A Dlinuxmoto-sdl.cpp37 OSystem_POSIX::initBackend(); in initBackend()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/dingux/
H A Ddingux.h30 class OSystem_SDL_Dingux : public OSystem_POSIX {

12