Home
last modified time | relevance | path

Searched refs:replayPath (Results 1 – 9 of 9) sorted by relevance

/dports/games/wop/wop-0.4.3/src/
H A Dmain.cpp89 String replayPath; in main() local
90 ASSERT( settings->getReplayFileName( replayPath ), in main()
91 "main: cannot find replay file %s\n", replayPath.getString() ); in main()
92 replayer = NEW Replayer( replayPath.getString() ); in main()
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DGame.cpp171 bool CGame::StartVisualReplay(const OsPath& replayPath) in StartVisualReplay() argument
173 debug_printf("Starting to replay %s\n", replayPath.string8().c_str()); in StartVisualReplay()
179 m_ReplayPath = replayPath; in StartVisualReplay()
180 m_ReplayStream = new std::ifstream(OsString(replayPath).c_str()); in StartVisualReplay()
H A DGame.h95 bool StartVisualReplay(const OsPath& replayPath);
/dports/games/openrct2/OpenRCT2-0.3.5.1/test/tests/
H A DReplayTests.cpp52 std::string replayPath = Path::Combine(basePath, "replays"); in GetReplayFiles() local
53 std::string replayPathPattern = Path::Combine(replayPath, "*.sv6r"); in GetReplayFiles()
/dports/devel/lazygit/lazygit-0.31.4/pkg/integration/
H A Dintegration.go406 replayPath := filepath.Join(testPath, "recording.json")
438 fmt.Sprintf("RECORD_EVENTS_TO=%s", replayPath),
443 fmt.Sprintf("REPLAY_EVENTS_FROM=%s", replayPath),
/dports/security/klee/klee-2.2/lib/Core/
H A DExecutor.h174 const std::vector<bool> *replayPath; variable
498 assert(!replayPath && "cannot replay both buffer and path"); in setReplayKTest()
505 replayPath = path; in setReplayPath()
H A DExecutor.cpp455 replayKTest(0), replayPath(0), usingSeeds(0),
1010 if (replayPath && !isInternal) {
1011 assert(replayPosition<replayPath->size() &&
1013 bool branch = (*replayPath)[replayPosition++];
3847 if (!n || replayKTest || replayPath)
/dports/games/opendungeons/OpenDungeons-0.7.1/source/modes/
H A DMenuModeReplay.cpp107 std::string replayPath = ResourceManager::getSingleton().getReplayDataPath(); in activate() local
108 if(Helper::fillFilesList(replayPath, mFilesList, REPLAY_EXTENSION)) in activate()
/dports/security/klee/klee-2.2/tools/klee/
H A Dmain.cpp1383 std::vector<bool> replayPath; local
1386 KleeHandler::loadPathFile(ReplayPathFile, replayPath);
1414 interpreter->setReplayPath(&replayPath);