Home
last modified time | relevance | path

Searched refs:SNAPSHOT_FILE (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsgs/platforms/zxs/
H A Dmessspectrumdriver.py42 if self.config[Option.SNAPSHOT_FILE]:
46 self.get_game_file(Option.SNAPSHOT_FILE),
H A Dspectrumplatform.py42 key = Option.SNAPSHOT_FILE
H A Dfusespectrumdriver.py93 if self.options.get(Option.SNAPSHOT_FILE):
94 source = self.options.get(Option.SNAPSHOT_FILE)
/dports/news/inn/inn-2.6.4/innfeed/
H A Dinnfeed.h96 #define SNAPSHOT_FILE "innfeed.snapshot" /* Relative to pathlog */ macro
H A Dmain.c686 snapshotFile = concatpath(innconf->pathlog, SNAPSHOT_FILE); in gprintinfo()
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dinnfeed.h96 #define SNAPSHOT_FILE "innfeed.snapshot" /* Relative to pathlog */ macro
H A Dmain.c686 snapshotFile = concatpath(innconf->pathlog, SNAPSHOT_FILE); in gprintinfo()
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dinnfeed.h90 #define SNAPSHOT_FILE "innfeed.snapshot" /* Relative to pathlog */ macro
H A Dmain.c692 snapshotFile = concatpath(innconf->pathlog, SNAPSHOT_FILE); in gprintinfo()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsgs/
H A Doption.py369 SNAPSHOT_FILE = "snapshot_file" variable in Option